.home-section {
	padding: 60px 0;
}

.home-industries {
	padding-top: 50px;
	padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
	body.home .banner-slider {
		top: 0;
		margin-top: 125px;
	}

	.home-industries {
		position: relative;
		z-index: 2;
	}
}

.banner-slider .swiper-pagination {
	display: none !important;
}

.home-industries__title {
	margin: 0 0 40px;
	font-size: 35px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	color: #202330;
	position: relative;
	z-index: 1;
}

.home-industries__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.home-industry {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 170px;
	padding: 28px 16px;
	text-decoration: none;
	text-align: center;
	color: #202330;
	background: #f5f7fa;
	border-radius: 4px;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-industry:hover {
	background: #eef2f7;
	box-shadow: 0 4px 16px rgba(32, 35, 48, 0.08);
	color: #202330;
}

.home-industry__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.home-industry__icon img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.home-industry__title {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}

.home-about__heading {
	margin: 0 0 30px;
	font-size: 35px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	color: #202330;
}

.home-about__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 48px;
	background: #f5f7fa;
}

.home-about__inner p {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	color: #202330;
}

.home-about__inner p:last-child {
	margin-bottom: 0;
}

.home-reviews {
	max-width: 960px;
	margin: 28px auto 0;
	text-align: center;
}

.home-reviews__title {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.5;
	color: #202330;
}

.home-reviews__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
}

.home-reviews__link {
	font-size: 18px;
	font-weight: 600;
	color: #1d71b8;
	text-decoration: underline;
}

.home-reviews__link:hover {
	color: #155a92;
}

.home-cta {
	text-align: center;
}

.home-cta__card {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 48px 40px;
	background: linear-gradient(135deg, #eef3ff 0%, #f6f3ff 100%);
	border: 1px solid #d6e0ff;
	border-radius: 18px;
	box-shadow: 0 24px 50px -28px rgba(36, 59, 158, 0.5);
	overflow: hidden;
}

.home-cta__card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: linear-gradient(180deg, #2f5bff, #7a5cff);
}

.home-cta__badge {
	display: inline-block;
	margin: 0 0 16px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(135deg, #2f5bff, #7a5cff);
	border-radius: 999px;
}

.home-cta__title {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	color: #202330;
}

.home-cta .btn {
	box-shadow: 0 14px 28px -12px rgba(47, 91, 255, 0.7);
}

@media screen and (max-width: 575px) {
	.home-cta__card {
		padding: 32px 20px;
	}
}

.home-cta__lead {
	max-width: 820px;
	margin: 0 auto 24px;
	font-size: 18px;
	line-height: 1.6;
	color: #202330;
}

.home-cta__note {
	max-width: 820px;
	margin: 20px auto 0;
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
}

.home-when__title,
.home-warning__title {
	margin: 0 0 24px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	color: #202330;
}

.home-when__list {
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.home-when__list li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 22px;
	font-size: 18px;
	line-height: 1.5;
	color: #202330;
}

.home-when__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1d71b8;
}

.home-warning__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 40px;
	background: #fff8e6;
	border-left: 4px solid #e6a700;
}

.home-warning__inner p {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.55;
	text-align: justify;
	color: #202330;
}

.home-warning__inner p:last-child {
	margin-bottom: 0;
}

.home-office {
	padding-bottom: 70px;
}

.home-office__title {
	margin: 0 0 24px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	color: #202330;
}

.home-office__map {
	overflow: hidden;
	border-radius: 4px;
}

@media screen and (max-width: 991px) {
	.home-industries__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-industries__title,
	.home-about__heading {
		font-size: 28px;
	}

	.home-about__inner {
		padding: 28px 24px;
	}

	.home-warning__inner {
		padding: 24px 20px;
	}
}

@media screen and (max-width: 575px) {
	.home-section {
		padding: 40px 0;
	}

	.home-industries__grid {
		grid-template-columns: 1fr;
	}

	.home-industry {
		min-height: 0;
	}
}
