.home-hero {
	margin-top: -80px;
	padding-top: 80px;
}

body[data-page="home"] #navbar {
	min-height: 0;
}

.home-hero {
	position: relative;
	height: calc(100vh + 80px);
	height: calc(100dvh + 80px);
	min-height: calc(100vh + 80px);
	min-height: calc(100dvh + 80px);
	display: grid;
	align-items: center;
	isolation: isolate;
	background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1800&q=80");
	background-size: cover;
	background-position: center;
}

.home-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(11, 14, 24, 0.88) 0%, rgba(11, 14, 24, 0.66) 44%, rgba(11, 14, 24, 0.32) 100%),
		radial-gradient(circle at 78% 68%, rgba(236, 57, 57, 0.24), transparent 40%);
	z-index: -1;
}

.hero-content {
	color: #fff;
	max-width: 820px;
	padding-block: 64px;
}

.hero-chip {
	margin: 0 0 14px;
	color: #ff4b4b;
	font-size: 0.86rem;
	letter-spacing: 0.14em;
	font-weight: 700;
}

.hero-content h1 {
	margin: 0;
	font-size: clamp(2rem, 5.2vw, 4.3rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.hero-content h1 span {
	color: #ff4949;
}

.typed-red {
	display: inline-block;
	min-width: 11ch;
	position: relative;
}

.typed-red::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 0.95em;
	margin-left: 6px;
	background: #ff4949;
	vertical-align: -0.07em;
	animation: blink-caret 0.85s step-end infinite;
}

@keyframes blink-caret {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.hero-content p {
	margin: 22px 0 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.2rem;
}

.hero-actions {
	margin-top: 30px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.hero-outline {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	background: rgba(255, 255, 255, 0.04);
}

.hero-outline:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.9);
}

.home-about {
	background: #f3f4f6;
	padding: 90px 0 72px;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 54px;
	align-items: start;
}

.section-chip {
	margin: 0 0 16px;
	color: #eb3232;
	letter-spacing: 0.12em;
	font-size: 0.86rem;
	font-weight: 700;
}

.about-copy h2 {
	margin: 0;
	color: #0a244b;
	font-size: clamp(2.2rem, 5vw, 5rem);
	line-height: 0.95;
}

.about-copy p {
	margin: 20px 0 0;
	color: #304058;
	font-size: 1.1rem;
	max-width: 640px;
}

.about-image {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(18, 29, 43, 0.16);
}

.about-image img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	display: block;
}

.home-stats {
	background: #07234a;
	padding: 36px 0 40px;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	text-align: center;
}

.stats-grid h3 {
	margin: 0;
	color: #ff4c4c;
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.stats-grid p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.02rem;
}

.impact-band {
	position: relative;
	min-height: 300px;
	display: grid;
	place-items: center;
	text-align: center;
	isolation: isolate;
	background-image: url("https://images.unsplash.com/photo-1449824913935-59a10b8d2000?auto=format&fit=crop&w=1800&q=80");
	background-size: cover;
	background-position: center;
}

.impact-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 13, 22, 0.58);
	z-index: -1;
}

.impact-content {
	color: #fff;
}

.impact-content h2 {
	margin: 0;
	font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.impact-content p {
	margin: 14px auto 0;
	max-width: 920px;
	font-size: 1.08rem;
	color: rgba(255, 255, 255, 0.9);
}

.journey-section {
	background: #f3f4f6;
	padding: 80px 0;
}

.section-title {
	margin: 0;
	text-align: center;
	color: #0a244b;
	font-size: clamp(2rem, 4.6vw, 4.3rem);
	line-height: 1;
}

.section-title span {
	color: #ff4646;
}

.section-title.light {
	color: #fff;
}

.section-subtitle {
	text-align: center;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.08rem;
}

.section-subtitle.dark {
	color: #2d3d53;
}

.journey-grid {
	margin-top: 42px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.journey-card {
	background: #fff;
	border: 1px solid #d8dee7;
	border-radius: 14px;
	padding: 28px;
	box-shadow: 0 10px 22px rgba(16, 27, 40, 0.1);
}

.journey-card h3 {
	margin: 0;
	color: #e72828;
	font-size: 2.2rem;
}

.journey-card p {
	margin: 12px 0 0;
	color: #354662;
	font-size: 1.05rem;
}

.services-block,
.industries-block {
	background: linear-gradient(180deg, #02051a 0%, #020716 100%);
	padding: 76px 0;
}

.service-controls {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	gap: 14px;
}

.service-slider-btn {
	background: #f0f2f5;
	color: #1a2334;
	box-shadow: 0 12px 22px rgba(8, 12, 26, 0.22);
}

.service-slider-btn:hover {
	background: #fff;
}

.service-track {
	margin: 32px auto 0;
	width: 100%;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 1fr);
	gap: 18px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 14px 4px 8px;
}

.service-track::-webkit-scrollbar {
	display: none;
	height: 0;
}

.service-card {
	min-height: 230px;
	padding: 26px 22px 24px;
	border-radius: 22px;
	background: #f7f8fa;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 36px rgba(4, 10, 26, 0.3);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	right: 18px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f05b4f, #f37f68);
}

.service-card i {
	margin-top: 20px;
	color: #ef5c4b;
	font-size: 2rem;
}

.service-card h3 {
	margin: 14px 0 10px;
	color: #1c2434;
	font-size: 1.5rem;
	line-height: 1.08;
}

.service-card p {
	margin: 0;
	color: #657187;
	font-size: 0.98rem;
	line-height: 1.55;
}

.service-card a {
	margin-top: auto;
	padding-top: 22px;
	color: #ef6c5a;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.service-card a span {
	transition: transform 0.2s ease;
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 44px rgba(4, 10, 26, 0.38);
}

.service-card:hover a span {
	transform: translateX(4px);
}

.industry-grid {
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 26px;
}

.industry-card {
	text-align: center;
	color: #fff;
}

.industry-card i {
	width: 84px;
	height: 84px;
	margin: 0 auto 12px;
	border-radius: 16px;
	border: 1px solid rgba(235, 57, 57, 0.72);
	background: rgba(255, 255, 255, 0.06);
	display: grid;
	place-items: center;
	font-size: 2rem;
}

.industry-card h3 {
	margin: 0;
	font-size: 1.04rem;
	font-weight: 600;
}

.why-block {
	position: relative;
	padding: 80px 0;
	isolation: isolate;
	background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1800&q=80");
	background-size: cover;
	background-position: center;
}

.why-overlay {
	position: absolute;
	inset: 0;
	background: rgba(243, 244, 246, 0.88);
	z-index: -1;
}

.why-grid {
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.why-card {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #f0a9a9;
	border-top: 4px solid #eb4343;
	border-radius: 16px;
	padding: 26px 24px;
	box-shadow: 0 12px 26px rgba(18, 29, 43, 0.08);
}

.why-card i {
	color: #dd3030;
	font-size: 2.1rem;
}

.why-card h3 {
	margin: 12px 0 8px;
	font-size: 1.9rem;
	color: #1f2837;
	line-height: 1.1;
}

.why-card p {
	margin: 0;
	color: #435065;
	font-size: 1.03rem;
}

.testimonials-block {
	background: linear-gradient(180deg, #020716 0%, #031033 100%);
	padding: 84px 0 70px;
}

.testimonial-controls {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
}

.slider-btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: none;
	background: #e3e6eb;
	color: #d22e2e;
	font-size: 1.1rem;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.slider-btn:hover {
	transform: translateY(-2px);
	background: #f1f3f6;
}

.testimonial-track {
	margin-top: 34px;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 1fr);
	gap: 22px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 10px;
}

.testimonial-track::-webkit-scrollbar {
	display: none;
	height: 0;
}

.testimonial-card {
	background: #eceef2;
	border-radius: 16px;
	padding: 30px;
	min-height: 306px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.testimonial-card::after {
	content: "\201D\201D";
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 3.4rem;
	line-height: 1;
	color: rgba(226, 58, 58, 0.22);
	font-weight: 700;
}

.testimonial-card .quote {
	margin: 0;
	color: #334359;
	font-size: 1.06rem;
	line-height: 1.5;
	padding-right: 30px;
}

.author {
	border-top: 1px solid #d2d9e4;
	margin-top: 18px;
	padding-top: 14px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #ef9999;
}

.author h3 {
	margin: 0;
	font-size: 1.05rem;
	color: #1f2c3f;
}

.author p {
	margin: 2px 0 0;
	font-size: 0.92rem;
	color: #5f6f85;
}

.growth-cta {
	background: linear-gradient(180deg, #031033 0%, #010611 100%);
	padding: 58px 0 92px;
	border-bottom: 4px solid #e73434;
}

.growth-card {
	background: #eceef2;
	border-radius: 24px;
	padding: 44px 56px;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 34px;
	position: relative;
	overflow: hidden;
}

.growth-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #e73434;
}

.growth-copy h2 {
	margin: 0;
	color: #121f3d;
	font-size: clamp(2rem, 4vw, 4.1rem);
	line-height: 0.95;
}

.growth-copy h2 span {
	color: #e42d2d;
}

.growth-copy p {
	margin: 20px 0 0;
	font-size: 1.05rem;
	color: #4a5a72;
	max-width: 620px;
}

.growth-actions {
	margin-top: 24px;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.growth-secondary {
	background: #0d1c3a;
	color: #fff;
	border-color: #0d1c3a;
	box-shadow: 0 10px 20px rgba(13, 28, 58, 0.22);
}

.growth-secondary:hover {
	background: #12254d;
	color: #fff;
}

.growth-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.growth-stats article {
	background: #edf0f4;
	border: 1px solid #d7deea;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
}

.growth-stats h3 {
	margin: 0;
	color: #e12a2a;
	font-size: 3rem;
	line-height: 1;
}

.growth-stats p {
	margin: 8px 0 0;
	color: #4f6079;
	font-size: 1rem;
}

@media (max-width: 1100px) {
	.about-grid,
	.journey-grid {
		grid-template-columns: 1fr;
	}

	.industry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.growth-card {
		grid-template-columns: 1fr;
	}

	.about-image img {
		min-height: 380px;
	}
}

@media (max-width: 768px) {
	.home-hero {
		margin-top: -68px;
		padding-top: 68px;
	}

	.home-hero {
		height: calc(100vh + 68px);
		height: calc(100dvh + 68px);
		min-height: calc(100vh + 68px);
		min-height: calc(100dvh + 68px);
	}

	.hero-content p {
		font-size: 1rem;
	}

	.stats-grid,
	.industry-grid,
	.why-grid {
		grid-template-columns: 1fr;
	}

	.growth-stats {
		grid-template-columns: 1fr;
	}

	.growth-card {
		padding: 28px 20px;
		border-radius: 18px;
	}

	.testimonial-card {
		padding: 22px;
	}

	.journey-section,
	.services-block,
	.industries-block,
	.why-block,
	.testimonials-block,
	.growth-cta {
		padding: 58px 0;
	}

	.service-controls {
		justify-content: center;
	}
}
