.vl-home-main {
	background: #fff;
	color: var(--vuolia-ink);
}

.vl-home-slider {
	width: 100%;
	overflow: hidden;
}

.vl-home-services {
	padding: 12px;
	background: #fff;
	font-family: var(--vuolia-font);
}

.vl-home-services-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	margin: 0 auto;
}

.vl-home-service-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 548px;
	padding: 32px 34px 30px;
	overflow: hidden;
	border: 1px solid #f0f0f2;
	border-radius: 18px;
	background: #fafafa;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%);
	text-align: center;
}

.vl-home-card-heading h2 {
	margin: 0;
	color: #202124;
	font-family: inherit;
	font-size: clamp(22px, 1.9vw, 26px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.035em;
}

.vl-home-card-heading p {
	max-width: 550px;
	margin: 12px auto 0;
	color: #37373d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.vl-home-card-heading strong {
	display: block;
	margin-top: 3px;
	color: #222227;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.vl-home-card-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	margin: 28px 0 12px;
}

.vl-home-card-image {
	display: block;
	width: min(100%, 450px);
	height: auto;
	object-fit: contain;
}

.vl-home-card-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding-top: 14px;
}

.vl-home-card-actions--two {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 16px;
	width: min(100%, 530px);
	margin-inline: auto;
}

.vl-home-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	padding: 8px 20px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.12;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: filter 150ms ease, transform 150ms ease;
}

.vl-home-button span {
	flex: 1 1 auto;
}

.vl-home-button svg {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vl-home-button:hover,
.vl-home-button:focus-visible {
	color: #fff;
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.vl-home-button:focus-visible {
	outline: 2px solid var(--vuolia-orange);
	outline-offset: 2px;
}

.vl-home-button--orange {
	background: linear-gradient(100deg, #f38659 0%, #ed6c36 100%);
}

.vl-home-button--dark {
	background: linear-gradient(100deg, #414141 0%, #000 100%);
}

.vl-home-button--single {
	width: min(100%, 300px);
	min-height: 44px;
	padding-block: 7px;
}

.vl-home-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.vl-home-social-icons svg {
	display: block;
	width: 50px;
	height: 50px;
}

.vl-home-card-media--advertising {
	min-height: 260px;
	margin-top: 24px;
	margin-bottom: 0;
}

.vl-home-service-card--advertising .vl-home-card-image {
	width: min(100%, 470px);
}

.vl-home-tool-grid {
	display: grid;
	grid-template-columns: repeat(4, 50px);
	justify-content: center;
	gap: 20px;
	margin: 62px auto 44px;
}

.vl-home-tool {
	box-sizing: border-box;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 13px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.vl-home-tool--wordpress {
	border: 3px solid #00769d;
	border-radius: 50%;
	color: #00769d;
	font-family: Georgia, serif;
	font-size: 28px;
}

.vl-home-tool--elementor {
	border-radius: 50%;
	background: #ab003a;
	color: #ff7ce8;
	font-size: 25px;
}

.vl-home-tool--woo {
	position: relative;
	border-radius: 12px;
	background: #b96fae;
	color: #fff;
	font-size: 15px;
}

.vl-home-tool--shopify {
	border-radius: 50%;
	background: #92ba43;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 25px;
}

.vl-home-tool--photoshop,
.vl-home-tool--lightroom {
	background: #001834;
	color: #00a9ff;
}

.vl-home-tool--illustrator {
	background: #390000;
	color: #ff9a00;
}

.vl-home-tool--figma {
	grid-template-columns: repeat(2, 10px);
	grid-template-rows: repeat(3, 10px);
	gap: 0;
	background: #050505;
}

.vl-home-tool--figma i {
	display: block;
	width: 10px;
	height: 10px;
}

.vl-home-tool--figma i:nth-child(1) {
	border-radius: 5px 0 0 5px;
	background: #f24e1e;
}

.vl-home-tool--figma i:nth-child(2) {
	border-radius: 0 5px 5px 0;
	background: #ff7262;
}

.vl-home-tool--figma i:nth-child(3) {
	border-radius: 5px 0 0 5px;
	background: #a259ff;
}

.vl-home-tool--figma i:nth-child(4) {
	border-radius: 50%;
	background: #1abcfe;
}

.vl-home-tool--figma i:nth-child(5) {
	border-radius: 5px 0 5px 5px;
	background: #0acf83;
}

.vl-home-express-list {
	display: grid;
	gap: 9px;
	width: min(100%, 330px);
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
}

.vl-home-express-list li {
	position: relative;
	padding-left: 25px;
	color: #333338;
	font-size: 16px;
	line-height: 1.42;
}

.vl-home-express-list li::before {
	position: absolute;
	top: -1px;
	left: 0;
	color: #f38659;
	content: "✦";
	font-size: 19px;
}

@media (max-width: 900px) {
	.vl-home-service-card {
		padding-inline: 26px;
	}

	.vl-home-card-actions--two {
		gap: 10px;
	}

	.vl-home-button {
		padding-inline: 16px;
	}
}

@media (max-width: 767px) {
	.vl-home-services {
		padding: 10px;
	}

	.vl-home-services-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.vl-home-service-card {
		min-height: 0;
		padding: 30px 20px;
		border-radius: 17px;
	}

	.vl-home-card-heading h2 {
		font-size: 24px;
	}

	.vl-home-card-heading p,
	.vl-home-card-heading strong {
		font-size: 15.5px;
	}

	.vl-home-card-media,
	.vl-home-card-media--advertising {
		min-height: 0;
		margin: 30px 0 20px;
	}

	.vl-home-card-image,
	.vl-home-service-card--advertising .vl-home-card-image {
		width: min(100%, 410px);
	}

	.vl-home-card-actions--two {
		grid-template-columns: 1fr;
		width: min(100%, 300px);
	}

	.vl-home-card-actions {
		padding-top: 16px;
	}

	.vl-home-button {
		width: 100%;
		min-height: 46px;
		padding-block: 7px;
	}

	.vl-home-button--single {
		min-height: 44px;
	}

	.vl-home-social-icons {
		margin-top: 34px;
	}

	.vl-home-social-icons svg {
		width: 46px;
		height: 46px;
	}

	.vl-home-tool-grid {
		grid-template-columns: repeat(4, 46px);
		gap: 16px;
		margin: 40px auto 34px;
	}

	.vl-home-tool {
		width: 46px;
		height: 46px;
		border-radius: 12px;
	}

	.vl-home-express-list {
		width: min(100%, 310px);
	}

	.vl-home-express-list li {
		font-size: 15px;
	}
}

@media (max-width: 390px) {
	.vl-home-service-card {
		padding-inline: 17px;
	}

	.vl-home-card-heading h2 {
		font-size: 22px;
	}

	.vl-home-tool-grid {
		grid-template-columns: repeat(4, 43px);
		gap: 13px;
	}

	.vl-home-tool {
		width: 43px;
		height: 43px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vl-home-button {
		transition: none;
	}
}
