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

a {
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.phone-preview {
	min-height: 360px;
	perspective: 1100px;
	position: relative;
}

.phone-shell {
	background: #111827;
	border: 8px solid #1f2937;
	border-radius: 32px;
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.32);
	height: 330px;
	margin-left: auto;
	margin-right: 40px;
	padding: 12px;
	position: relative;
	transform: rotateY(-18deg) rotateX(8deg) rotateZ(-2deg);
	transform-style: preserve-3d;
	width: 210px;
}

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

.phone-notch {
	background: #0b1020;
	border-radius: 0 0 12px 12px;
	height: 18px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 74px;
	z-index: 2;
}

.phone-screen {
	background: #f8fbff;
	border-radius: 22px;
	height: 100%;
	padding: 34px 14px 16px;
}

.app-status {
	background: #e9fbf6;
	border-radius: 999px;
	color: #08705c;
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
	text-align: center;
}

.app-distance {
	color: #0f172a;
	font-size: 42px;
	font-weight: 950;
	line-height: 1;
	margin-top: 24px;
	text-align: center;
}

.app-label {
	color: #64748b;
	font-size: 12px;
	margin-top: 4px;
	text-align: center;
}

.app-button {
	background: #0d6efd;
	border-radius: 8px;
	color: #fff;
	font-weight: 900;
	margin-top: 24px;
	padding: 12px;
	text-align: center;
}

.app-line {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 0.6fr;
	margin-top: 18px;
}

.app-line.small {
	grid-template-columns: 0.7fr 1fr;
	margin-top: 10px;
}

.app-line span {
	background: #dfe8f4;
	border-radius: 999px;
	height: 10px;
}

.phone-chip {
	align-items: center;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
	color: #172033;
	display: flex;
	font-weight: 900;
	gap: 10px;
	left: 22px;
	padding: 12px 14px;
	position: absolute;
	top: 34px;
	transform: rotateZ(-7deg) translateZ(80px);
}

.phone-chip i {
	color: #0d6efd;
}

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

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

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

.section-heading p,
.use-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: #0d6efd;
	font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.phone-preview {
		min-height: 340px;
	}

	.phone-shell {
		margin-left: auto;
		margin-right: auto;
	}

	.phone-chip {
		left: 12px;
	}

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

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