@import url("/assets/css/samay-font.css");
body {
	background: #f4f7fb;
	color: #172033;
	font-family: Arial, sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
}

.egt-container {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 18px;
	padding-right: 18px;
}

.egt-header {
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #e5eaf1;
	position: sticky;
	top: 0;
	z-index: 10;
	backdrop-filter: blur(12px);
}

.egt-nav {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 14px 18px;
}

.egt-brand img {
	width: 176px;
}

.egt-nav nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.egt-nav a {
	color: #475569;
	font-weight: 700;
}

.login-link {
	background: #0d6efd;
	border-radius: 8px;
	color: #fff !important;
	padding: 8px 14px;
}

.egt-hero {
	background:
		linear-gradient(135deg, rgba(10, 24, 46, 0.96), rgba(16, 100, 106, 0.92)),
		linear-gradient(45deg, #0a182e, #10646a);
	color: #fff;
	overflow: hidden;
	padding: 68px 0;
	position: relative;
}

.egt-hero::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	opacity: 0.24;
	position: absolute;
}

.egt-hero-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 1.3fr 0.9fr;
	position: relative;
	z-index: 1;
}

.eyebrow {
	background: #e6fffb;
	border: 1px solid #a7f3e8;
	border-radius: 999px;
	color: #0f766e;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 16px;
	padding: 7px 11px;
	text-transform: uppercase;
}

.egt-hero h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
}

.hero-copy {
	color: #d6e1ea;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 720px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.btn-main,
.btn-light {
	border-radius: 8px;
	display: inline-flex;
	font-weight: 800;
	padding: 12px 18px;
}

.btn-main {
	background: #0d6efd;
	color: #fff;
}

.btn-light {
	background: #fff;
	color: #172033;
}

.tracking-preview {
	min-height: 340px;
	perspective: 1100px;
	position: relative;
}

.tracking-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
	color: #172033;
	inset: 16px 16px 24px 0;
	overflow: hidden;
	padding: 16px;
	position: absolute;
	transform: rotateY(-18deg) rotateX(8deg) rotateZ(-2deg);
	transform-style: preserve-3d;
}

.tracking-card::before {
	background: #d6e2ed;
	border-radius: 8px;
	content: "";
	inset: 14px -16px -16px 16px;
	position: absolute;
	transform: translateZ(-34px);
	z-index: -1;
}

.tracking-map {
	background:
		linear-gradient(90deg, rgba(15, 118, 110, 0.09) 1px, transparent 1px),
		linear-gradient(0deg, rgba(15, 118, 110, 0.09) 1px, transparent 1px),
		#f8fbff;
	background-size: 32px 32px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	height: 178px;
	margin-bottom: 14px;
	position: relative;
}

.route {
	background: rgba(13, 110, 253, 0.22);
	border-radius: 999px;
	height: 8px;
	position: absolute;
	transform-origin: left center;
}

.route-one {
	left: 72px;
	top: 92px;
	transform: rotate(-20deg);
	width: 150px;
}

.route-two {
	left: 155px;
	top: 67px;
	transform: rotate(28deg);
	width: 94px;
}

.location-dot {
	align-items: center;
	border-radius: 999px;
	color: #fff;
	display: flex;
	height: 48px;
	justify-content: center;
	position: absolute;
	width: 48px;
	z-index: 1;
}

.location-dot.office {
	background: #0d6efd;
	left: 54px;
	top: 78px;
}

.location-dot.employee {
	background: #0f766e;
	box-shadow: 0 12px 26px rgba(15, 118, 110, 0.34);
	right: 46px;
	top: 38px;
}

.tracking-row {
	align-items: center;
	background: #f8fbff;
	border: 1px solid #e5edf5;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 12px;
}

.tracking-row span {
	background: #e6fffb;
	border-radius: 999px;
	color: #0f766e;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 10px;
}

.tracking-row.warning span {
	background: #fff7e6;
	color: #9a5b00;
}

.live-chip {
	align-items: center;
	background: #1f2937;
	border-radius: 8px;
	box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24);
	color: #fff;
	display: flex;
	font-weight: 900;
	gap: 10px;
	padding: 12px 14px;
	position: absolute;
	right: 0;
	top: 6px;
	transform: rotateZ(6deg) translateZ(80px);
}

.live-chip i {
	color: #5eead4;
}

.egt-section {
	padding-bottom: 54px;
	padding-top: 54px;
}

.section-heading {
	margin: 0 auto 30px;
	max-width: 820px;
	text-align: center;
}

.section-heading h2,
.workflow-grid h2,
.lead-card h2,
.faq-section h2 {
	color: #172033;
	font-size: 34px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 12px;
}

.section-heading p,
.workflow-grid p,
.lead-card p {
	color: #64748b;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

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

.feature-card {
	background: #fff;
	border: 1px solid #e3eaf2;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	padding: 22px;
}

.feature-card i {
	align-items: center;
	background: #e6fffb;
	border-radius: 8px;
	color: #0f766e;
	display: inline-flex;
	font-size: 22px;
	height: 46px;
	justify-content: center;
	margin-bottom: 16px;
	width: 46px;
}

.feature-card h3 {
	font-size: 19px;
	font-weight: 900;
	margin: 0 0 9px;
}

.feature-card p {
	color: #64748b;
	line-height: 1.65;
	margin: 0;
}

.workflow-section {
	background: #fff;
	border-bottom: 1px solid #e3eaf2;
	border-top: 1px solid #e3eaf2;
	padding: 58px 0;
}

.workflow-grid {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: 0.9fr 1.1fr;
}

.workflow-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.workflow-list li {
	align-items: center;
	background: #f8fbff;
	border: 1px solid #e3eaf2;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	padding: 14px;
}

.workflow-list i {
	color: #0f766e;
	font-size: 20px;
}

.lead-card {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(16, 100, 106, 0.95)),
		#0f172a;
	border-radius: 8px;
	box-shadow: 0 22px 42px rgba(15, 23, 42, 0.16);
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 34px;
}

.lead-card h2,
.lead-card p {
	color: #fff;
}

.faq-section {
	padding-bottom: 60px;
}

.faq-section h2 {
	text-align: center;
}

.faq-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.faq-grid > div {
	background: #fff;
	border: 1px solid #e3eaf2;
	border-radius: 8px;
	padding: 20px;
}

.faq-grid h3 {
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 8px;
}

.faq-grid p {
	color: #64748b;
	line-height: 1.65;
	margin: 0;
}

.egt-footer {
	background: #0f172a;
	color: #cbd5e1;
	padding: 42px 0;
}

.footer-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.egt-footer strong,
.egt-footer h4 {
	color: #fff;
}

.egt-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.egt-footer li {
	margin-bottom: 8px;
}

.egt-footer a {
	color: #cbd5e1;
}

@media (max-width: 900px) {
	.egt-hero-grid,
	.workflow-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.feature-grid,
	.faq-grid {
		grid-template-columns: 1fr;
	}

	.tracking-preview {
		min-height: 310px;
	}
}

@media (max-width: 640px) {
	.egt-nav {
		align-items: flex-start;
		flex-direction: column;
	}

	.egt-nav nav {
		justify-content: flex-start;
	}

	.egt-hero {
		padding: 48px 0;
	}

	.egt-hero h1 {
		font-size: 34px;
	}

	.hero-copy {
		font-size: 16px;
	}

	.tracking-card {
		inset: 18px 0 20px;
		transform: rotateY(-9deg) rotateX(5deg) rotateZ(-1deg);
	}

	.lead-card {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}
}
