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

a {
	text-decoration: none;
}

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

.pms-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e3eaf2;
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(12px);
}

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

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

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

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

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

.pms-hero {
	background:
		linear-gradient(135deg, rgba(8, 20, 36, 0.96), rgba(18, 91, 96, 0.92)),
		linear-gradient(45deg, #081424, #125b60);
	color: #fff;
	overflow: hidden;
	padding: 70px 0;
	position: relative;
}

.pms-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: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.24;
	position: absolute;
}

.pms-hero-grid {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: 1.25fr 0.95fr;
	position: relative;
	z-index: 1;
}

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

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

.hero-copy {
	color: #d6e7ea;
	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;
}

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

.salary-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 30px 58px rgba(0, 0, 0, 0.3);
	color: #172033;
	inset: 16px 10px 24px 0;
	padding: 18px;
	position: absolute;
	transform: rotateY(-17deg) rotateX(8deg) rotateZ(-2deg);
	transform-style: preserve-3d;
}

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

.salary-head {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.salary-head span {
	background: #d9e3ee;
	border-radius: 999px;
	height: 10px;
	width: 10px;
}

.salary-row,
.salary-total {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
	padding: 13px;
}

.salary-row {
	background: #f8fbff;
	border: 1px solid #e5edf5;
}

.salary-row span {
	background: #e8fff6;
	border-radius: 999px;
	color: #047857;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 10px;
}

.salary-total {
	background: #0f172a;
	color: #fff;
	font-weight: 900;
	margin-top: 16px;
}

.salary-total span {
	background: #facc15;
	border-radius: 999px;
	color: #422006;
	padding: 6px 11px;
}

.payroll-chip {
	align-items: center;
	background: #1f2937;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-weight: 900;
	gap: 10px;
	left: 6px;
	padding: 9px 13px;
	position: absolute;
	top: 0;
	transform: rotateZ(-8deg) translateZ(80px);
}

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

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

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

.section-heading h2,
.payroll-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,
.payroll-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: #e8fff6;
	border-radius: 8px;
	color: #047857;
	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;
}

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

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

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

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

.payroll-list i {
	color: #047857;
	font-size: 20px;
}

.lead-card {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(18, 91, 96, 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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