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

a {
	text-decoration: none;
}

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

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

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

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

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

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

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

.gps-hero {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 111, 95, 0.92)),
		linear-gradient(45deg, #0f172a, #0f6f5f);
	color: #fff;
	overflow: hidden;
	padding: 68px 0;
	position: relative;
}

.gps-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;
}

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

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

.gps-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;
}

.map-preview {
	min-height: 330px;
	perspective: 1100px;
	position: relative;
}

.map-card {
	background:
		linear-gradient(90deg, rgba(15, 111, 95, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(15, 111, 95, 0.08) 1px, transparent 1px),
		#ffffff;
	background-size: 34px 34px;
	border-radius: 8px;
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
	color: #172033;
	inset: 16px 16px 24px 0;
	overflow: hidden;
	position: absolute;
	transform: rotateY(-18deg) rotateX(8deg) rotateZ(-2deg);
	transform-style: preserve-3d;
}

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

.range-circle {
	border: 2px solid rgba(13, 110, 253, 0.3);
	border-radius: 50%;
	height: 180px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
}

.range-circle::after {
	background: rgba(13, 110, 253, 0.12);
	border-radius: 50%;
	content: "";
	inset: 28px;
	position: absolute;
}

.map-pin {
	align-items: center;
	background: #0d6efd;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(13, 110, 253, 0.34);
	color: #fff;
	display: flex;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 42%;
	transform: translate(-50%, -50%);
	width: 58px;
	z-index: 1;
}

.map-info {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	bottom: 18px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
	left: 18px;
	padding: 14px;
	position: absolute;
	right: 18px;
}

.map-info span {
	color: #64748b;
	display: block;
	font-size: 13px;
	margin-top: 3px;
}

.floating-status {
	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);
}

.floating-status i {
	color: #62e6bd;
}

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

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

.section-heading h2,
.control-grid h2,
.lead-card h2,
.faq-section h2 {
	color: #111827;
	font-size: 32px;
	font-weight: 950;
	letter-spacing: 0;
}

.section-heading p,
.control-grid p,
.lead-card p,
.faq-grid p {
	color: #64748b;
	font-size: 16px;
	line-height: 1.65;
}

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

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

.feature-card i {
	color: #08705c;
	font-size: 24px;
}

.feature-card h3,
.faq-grid h3 {
	color: #172033;
	font-size: 18px;
	font-weight: 900;
	margin: 12px 0 8px;
}

.control-section {
	background: #fff;
	border-bottom: 1px solid #e5eaf1;
	border-top: 1px solid #e5eaf1;
	padding: 46px 0;
}

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

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

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

.control-list i {
	color: #198754;
}

.lead-card {
	align-items: center;
	background: #fff;
	border: 1px solid #dce8f7;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 26px;
}

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

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

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

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

.footer-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 0.8fr 0.8fr;
}

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

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

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

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

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

	.feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gps-hero h1 {
		font-size: 36px;
	}
}

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

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

	.gps-hero {
		padding: 42px 0;
	}

	.map-preview {
		min-height: 280px;
	}

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

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