@font-face {
	font-family: "Vazirmatn";
	src: url("assets/fonts/Vazirmatn.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--cream: #f5f7e8;
	--cream-strong: #ecf0d8;
	--pink: #f23368;
	--pink-dark: #c92655;
	--navy: #211a56;
	--ink: #17152d;
	--muted: #6f7180;
	--white: #fffdf5;
	--line: rgba(33, 26, 86, 0.16);
	--shadow: 0 28px 80px rgba(33, 26, 86, 0.16);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Vazirmatn", Tahoma, sans-serif;
	background:
		radial-gradient(circle at 18% 16%, rgba(242, 51, 104, 0.22) 0 13%, transparent 14%),
		linear-gradient(180deg, var(--cream), #fffdf5 48%, var(--cream));
	color: var(--ink);
	font-size: 15px;
	line-height: 1.75;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 14px clamp(20px, 5vw, 72px);
	background: rgba(245, 247, 232, 0.86);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--line);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.mock-top,
.metric-row,
.site-footer {
	display: flex;
	align-items: center;
}

.brand {
	gap: 12px;
}

.brand img:first-child {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.brand-word {
	width: 102px;
	height: auto;
}

.nav-links {
	gap: 22px;
	color: var(--navy);
	font-size: 14px;
	font-weight: 800;
}

.nav-links a {
	opacity: 0.78;
}

.nav-links a:hover {
	opacity: 1;
	color: var(--pink);
}

.header-cta,
.primary-btn,
.secondary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 19px;
	border: 2px solid var(--navy);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 850;
	box-shadow: 7px 7px 0 var(--navy);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta,
.primary-btn {
	background: var(--pink);
	color: white;
}

.secondary-btn {
	background: var(--white);
	color: var(--navy);
}

.header-cta:hover,
.primary-btn:hover,
.secondary-btn:hover {
	transform: translate(4px, 4px);
	box-shadow: 3px 3px 0 var(--navy);
}

.hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: center;
	min-height: calc(88vh - 72px);
	padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 72px) 48px;
	overflow: hidden;
}

.hero::before,
.dashboard-section::before,
.timeline-section::before {
	content: "";
	position: absolute;
	inset: auto 0 4% auto;
	width: min(54vw, 720px);
	height: 330px;
	background: url("assets/brand/link-pattern.png") center / contain no-repeat;
	opacity: 0.24;
	pointer-events: none;
}

.hero-copy {
	position: relative;
	z-index: 2;
}

.eyebrow,
.section-kicker {
	margin: 0 0 10px;
	color: var(--pink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	max-width: 620px;
	margin-bottom: 18px;
	color: var(--navy);
	font-size: clamp(34px, 4.25vw, 56px);
	line-height: 1.18;
	font-weight: 900;
}

.hero-lead {
	max-width: 560px;
	margin-bottom: 24px;
	color: #3e3d58;
	font-size: clamp(15px, 1.25vw, 17px);
	line-height: 1.95;
	font-weight: 560;
}

.hero-actions {
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.hero-stats {
	gap: 10px;
	flex-wrap: wrap;
}

.hero-stats span {
	padding: 7px 12px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--navy);
	font-size: 13px;
	font-weight: 800;
}

.hero-stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 430px;
}

.hero-stage::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: var(--pink);
	inset: auto auto 22px 0;
}

.product-box {
	position: relative;
	width: min(100%, 470px);
	transform: rotate(-7deg);
	filter: drop-shadow(32px 34px 0 rgba(33, 26, 86, 0.12));
}

.box-lid,
.box-face {
	border: 4px solid var(--navy);
	background: var(--white);
}

.box-lid {
	height: 76px;
	transform: skewX(-18deg) translateX(-12px);
	border-bottom: 0;
}

.box-face {
	position: relative;
	padding: 18px;
	box-shadow: inset 0 0 0 8px rgba(33, 26, 86, 0.06);
}

.box-face::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(var(--navy) 1.5px, transparent 1.5px);
	background-size: 13px 13px;
	opacity: 0.16;
	pointer-events: none;
}

.box-top,
.box-grid,
.box-footer {
	position: relative;
	z-index: 1;
}

.box-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	color: var(--navy);
	font-weight: 900;
	font-size: 17px;
}

.box-top img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.box-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 16px;
}

.box-grid span {
	padding: 9px 11px;
	background: var(--navy);
	color: white;
	border: 3px solid var(--pink);
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 5px 5px 0 var(--pink);
}

.box-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 11px;
	background: var(--pink);
	color: white;
	border-radius: 8px;
	font-weight: 900;
}

.box-footer strong {
	font-size: 20px;
}

.box-footer small {
	color: white;
	font-size: 12px;
}

section {
	position: relative;
}

.intro-band,
.feature-grid,
.dashboard-section,
.split-section,
.timeline-section,
.cta-section,
.site-footer {
	padding-inline: clamp(20px, 5vw, 72px);
}

.intro-band {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: end;
	padding-block: 52px;
	background: var(--navy);
	color: white;
}

.intro-band h2,
.dashboard-section h2,
.split-section h2,
.timeline-section h2,
.cta-section h2 {
	margin-bottom: 0;
	color: inherit;
	font-size: clamp(24px, 2.8vw, 36px);
	line-height: 1.35;
	font-weight: 900;
}

.intro-band p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	font-weight: 650;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	padding-block: 58px;
}

.feature-card {
	min-height: 250px;
	padding: 22px;
	background: var(--white);
	border: 2px solid var(--navy);
	border-radius: 8px;
	box-shadow: 10px 10px 0 rgba(33, 26, 86, 0.12);
}

.feature-card.hot {
	background: var(--pink);
	color: white;
}

.feature-card.navy {
	background: var(--navy);
	color: white;
}

.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--navy);
	color: white;
	font-weight: 950;
}

.hot .feature-icon,
.navy .feature-icon {
	background: var(--white);
	color: var(--navy);
}

.feature-card h3 {
	margin-bottom: 12px;
	color: inherit;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 950;
}

.feature-card p {
	margin: 0;
	color: inherit;
	opacity: 0.78;
	font-size: 14px;
	font-weight: 550;
}

.dashboard-section {
	overflow: hidden;
	padding-block: 58px;
	background: var(--cream-strong);
}

.section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.dashboard-mock {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 230px 1fr;
	min-height: 440px;
	overflow: hidden;
	background: var(--white);
	border: 3px solid var(--navy);
	border-radius: 8px;
	box-shadow: var(--shadow);
}

.mock-sidebar {
	padding: 24px;
	background: var(--navy);
	color: white;
}

.mock-sidebar img {
	width: 132px;
	margin-bottom: 30px;
	filter: brightness(0) invert(1);
}

.mock-sidebar a {
	display: block;
	margin-bottom: 10px;
	padding: 12px 14px;
	border-radius: 7px;
	font-weight: 900;
}

.mock-sidebar .active {
	background: var(--pink);
}

.mock-content {
	padding: 26px;
}

.mock-top {
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.mock-top strong {
	display: block;
	color: var(--navy);
	font-size: 20px;
	font-weight: 900;
}

.mock-top span {
	color: var(--muted);
	font-weight: 750;
}

.mock-top button {
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: var(--pink);
	color: white;
	font: inherit;
	font-weight: 900;
}

.metric-row {
	gap: 16px;
	margin-bottom: 22px;
}

.metric-row div {
	flex: 1;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.metric-row b {
	display: block;
	color: var(--pink);
	font-size: 31px;
	line-height: 1;
}

.metric-row span {
	color: var(--muted);
	font-weight: 800;
}

.team-preview {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.team-preview-card,
.team-flow {
	position: relative;
	min-height: 170px;
	padding: 20px;
	border-radius: 8px;
	background: #f8f8fc;
	border: 1px solid var(--line);
	overflow: hidden;
}

.team-preview-card::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(242, 51, 104, 0.14);
	box-shadow: -18px 16px 0 rgba(33, 26, 86, 0.1);
}

.team-preview-card.primary {
	background: var(--navy);
	color: white;
}

.team-preview-card.primary::before {
	background: var(--pink);
	box-shadow: -18px 16px 0 rgba(255, 255, 255, 0.18);
}

.team-preview-card h4 {
	margin: 0 0 14px;
	color: inherit;
	font-size: 18px;
	font-weight: 900;
}

.team-preview-card p {
	margin-bottom: 8px;
	color: var(--pink);
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

.team-preview-card.primary p {
	color: white;
}

.team-preview-card span,
.team-flow small {
	display: block;
	color: var(--muted);
	font-weight: 750;
}

.team-preview-card.primary span,
.team-flow small {
	color: rgba(255, 255, 255, 0.78);
}

.team-flow {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: auto;
	background: var(--pink);
	color: white;
}

.team-flow strong {
	color: white;
	font-size: 20px;
	font-weight: 900;
}

.split-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	padding-block: 62px;
}

.team-copy p:last-child {
	max-width: 620px;
	color: var(--muted);
	font-size: 15px;
	font-weight: 650;
}

.team-cards {
	display: grid;
	gap: 16px;
}

.team-cards div {
	display: grid;
	grid-template-columns: 18px 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 22px;
	border: 2px solid var(--navy);
	border-radius: 8px;
	background: var(--white);
	box-shadow: 8px 8px 0 rgba(33, 26, 86, 0.12);
}

.team-cards span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--pink);
}

.team-cards strong {
	color: var(--navy);
	font-size: 18px;
	font-weight: 950;
}

.team-cards small {
	color: var(--muted);
	font-size: 15px;
	font-weight: 800;
}

.timeline-section {
	overflow: hidden;
	padding-block: 60px;
	background: var(--navy);
	color: white;
}

.timeline-section::before {
	inset: 8% auto auto -5%;
	filter: brightness(0) invert(1);
	opacity: 0.18;
}

.timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.timeline div {
	min-height: 145px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.timeline b {
	display: block;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--pink);
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}

.timeline span {
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	font-weight: 750;
}

.cta-section {
	display: grid;
	place-items: center;
	text-align: center;
	padding-block: 70px;
	background:
		radial-gradient(circle at 18% 95%, var(--pink) 0 18%, transparent 18.5%),
		var(--cream);
}

.cta-section img {
	width: 76px;
	margin-bottom: 18px;
}

.cta-section p:not(.section-kicker) {
	max-width: 720px;
	color: var(--muted);
	font-size: 15px;
	font-weight: 650;
}

.site-footer {
	justify-content: space-between;
	gap: 20px;
	padding-block: 28px;
	background: var(--navy);
	color: white;
	font-weight: 900;
}

.site-footer img {
	width: 116px;
	filter: brightness(0) invert(1);
}

@media (max-width: 1080px) {
	.hero,
	.intro-band,
	.split-section {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: auto;
		padding-top: 42px;
	}

	.hero-copy {
		max-width: 720px;
	}

	h1 {
		max-width: 680px;
		font-size: clamp(34px, 7vw, 54px);
	}

	.hero-stage {
		min-height: 420px;
		justify-content: center;
	}

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

@media (max-width: 760px) {
	body {
		font-size: 14px;
	}

	.site-header {
		position: static;
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding-block: 14px;
	}

	.brand-word {
		width: 92px;
	}

	.nav-links {
		width: 100%;
		overflow-x: auto;
		gap: 14px;
		padding-bottom: 4px;
		font-size: 13px;
	}

	.header-cta {
		width: 100%;
	}

	.hero {
		padding-top: 30px;
		padding-bottom: 36px;
	}

	h1 {
		font-size: clamp(30px, 9vw, 38px);
		line-height: 1.28;
		margin-bottom: 14px;
	}

	.hero-lead {
		font-size: 14px;
		line-height: 1.95;
		margin-bottom: 20px;
	}

	.primary-btn,
	.secondary-btn {
		width: 100%;
		box-shadow: 5px 5px 0 var(--navy);
	}

	.hero-stats span {
		font-size: 12px;
	}

	.hero-stage {
		min-height: 315px;
	}

	.hero-stage::before {
		width: 230px;
		height: 230px;
		inset: auto auto 18px 0;
	}

	.product-box {
		width: min(100%, 330px);
		transform: rotate(-3deg);
		filter: drop-shadow(16px 18px 0 rgba(33, 26, 86, 0.12));
	}

	.box-lid {
		height: 50px;
		border-width: 3px;
	}

	.box-face {
		padding: 13px;
		border-width: 3px;
		box-shadow: inset 0 0 0 5px rgba(33, 26, 86, 0.06);
	}

	.box-top {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.box-top img {
		width: 36px;
		height: 36px;
	}

	.box-grid {
		gap: 8px;
		margin-bottom: 12px;
	}

	.box-grid span {
		padding: 7px 8px;
		border-width: 2px;
		font-size: 11px;
		box-shadow: 3px 3px 0 var(--pink);
	}

	.box-footer strong {
		font-size: 16px;
	}

	.box-footer small {
		font-size: 10px;
	}

	.box-grid,
	.feature-grid,
	.timeline,
	.metric-row,
	.team-preview {
		grid-template-columns: 1fr;
	}

	.team-flow {
		align-items: flex-start;
		flex-direction: column;
	}

	.dashboard-mock {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.mock-sidebar {
		display: none;
	}

	.mock-content {
		padding: 18px;
	}

	.mock-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.mock-top button {
		width: 100%;
	}

	.intro-band,
	.feature-grid,
	.dashboard-section,
	.split-section,
	.timeline-section,
	.cta-section {
		padding-block: 44px;
	}

	.intro-band h2,
	.dashboard-section h2,
	.split-section h2,
	.timeline-section h2,
	.cta-section h2 {
		font-size: 25px;
	}

	.team-cards div {
		grid-template-columns: 18px 1fr;
		padding: 18px;
	}

	.team-cards small {
		grid-column: 2;
	}

	.site-footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 420px) {
	.hero-actions {
		gap: 10px;
	}

	h1 {
		font-size: 28px;
	}

	.product-box {
		width: min(100%, 300px);
	}

	.box-grid span {
		font-size: 10px;
	}

	.feature-card {
		min-height: auto;
	}
}
