body.np-price-list-post-template {
	--np-price-bg: #f3f8fb;
	--np-price-surface: #ffffff;
	--np-price-ink: #071f34;
	--np-price-muted: #5a7185;
	--np-price-line: #d8e6ef;
	--np-price-blue: #0876bc;
	--np-price-blue-dark: #043f74;
	--np-price-green: #0aa66a;
	--np-price-amber: #f2a719;
	--np-price-shadow: 0 18px 48px rgba(6, 31, 52, .10);
	background:
		linear-gradient(180deg, rgba(8, 118, 188, .08), rgba(255, 255, 255, 0) 310px),
		var(--np-price-bg);
	color: var(--np-price-ink);
	direction: rtl;
}

body.np-price-list-post-template .site-content,
body.np-price-list-post-template .ast-container,
body.np-price-list-post-template .content-area,
body.np-price-list-post-template .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.np-price-list-post-template #primary,
body.np-price-list-post-template.ast-right-sidebar #primary,
body.np-price-list-post-template.ast-left-sidebar #primary {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.np-price-list-post-template #secondary {
	display: none !important;
}

body.np-price-list-post-template .site-content .ast-container {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
}

body.np-price-list-post-template .ast-header-breadcrumb,
body.np-price-list-post-template .main-header-bar.ast-header-breadcrumb,
body.np-price-list-post-template .ast-breadcrumbs-wrapper,
body.np-price-list-post-template .ast-breadcrumbs,
body.np-price-list-post-template .ast-breadcrumb-trail,
body.np-price-list-post-template .breadcrumbs,
body.np-price-list-post-template .yoast-breadcrumb,
body.np-price-list-post-template .rank-math-breadcrumb {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.np-price-list-post-template a,
body.np-price-list-post-template a:hover {
	text-decoration: none;
}

.np-price-page {
	position: relative;
	overflow: hidden;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0 68px;
}

.np-price-page::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(8, 118, 188, .075) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 118, 188, .075) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, .85), transparent 620px);
}

.np-price-page > * {
	position: relative;
	z-index: 1;
}

.np-price-breadcrumb {
	margin: 0 0 18px;
}

.np-price-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--np-price-muted);
	font-size: 13px;
	font-weight: 800;
}

.np-price-breadcrumb li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.np-price-breadcrumb li:not(:last-child)::after {
	content: "/";
	color: #9eb0bf;
}

.np-price-breadcrumb a {
	color: var(--np-price-blue-dark);
}

.np-price-breadcrumb span {
	color: #7c91a3;
}

.np-price-hero {
	display: grid;
	width: 100%;
	grid-template-columns: 350px minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	margin-bottom: 16px;
	direction: ltr;
}

.np-price-hero__copy,
.np-price-ticket,
.np-price-strip,
.np-price-sidebox,
.np-price-files,
.np-price-content,
.np-price-related {
	border: 1px solid rgba(8, 118, 188, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .95);
	box-shadow: var(--np-price-shadow);
}

.np-price-hero__copy {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	direction: rtl;
	overflow: hidden;
	min-height: 360px;
	padding: clamp(30px, 5vw, 56px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(236, 247, 253, .92)),
		linear-gradient(90deg, rgba(10, 166, 106, .12), rgba(8, 118, 188, .12));
}

.np-price-hero__copy::before {
	content: "لیست قیمت";
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 12px;
	border-radius: 6px;
	background: rgba(10, 166, 106, .10);
	color: #04744b;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.8;
}

.np-price-hero__copy::after {
	content: "";
	position: absolute;
	left: -48px;
	bottom: -58px;
	width: 245px;
	height: 245px;
	border: 42px solid rgba(8, 118, 188, .09);
	border-radius: 50%;
}

.np-price-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0;
	color: var(--np-price-ink);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 950;
	line-height: 1.28;
	letter-spacing: 0;
}

.np-price-hero__copy p {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 20px 0 0;
	color: #29465d;
	font-size: 17px;
	font-weight: 750;
	line-height: 2.05;
}

.np-price-hero__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.np-price-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 18px;
	border: 1px solid rgba(8, 118, 188, .18);
	border-radius: 7px;
	background: var(--np-price-surface);
	color: var(--np-price-blue-dark);
	font-size: 14px;
	font-weight: 950;
	line-height: 1.7;
	box-shadow: 0 10px 22px rgba(6, 31, 52, .08);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.np-price-action:hover,
.np-price-action:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(8, 118, 188, .42);
	box-shadow: 0 15px 30px rgba(6, 31, 52, .13);
	color: var(--np-price-blue-dark);
}

.np-price-action--primary {
	border-color: rgba(10, 166, 106, .25);
	background: linear-gradient(135deg, var(--np-price-green), #078f77);
	color: #fff;
}

.np-price-action--primary:hover,
.np-price-action--primary:focus-visible {
	color: #fff;
}

.np-price-action--call {
	border-color: rgba(242, 167, 25, .38);
	background: #fff7e6;
	color: #7b4c00;
}

.np-price-ticket {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	direction: rtl;
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 24px;
	background: linear-gradient(180deg, #ffffff, #f6fbfe);
}

.np-price-ticket::before,
.np-price-ticket::after {
	content: "";
	position: absolute;
	right: -10px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--np-price-bg);
	border: 1px solid rgba(8, 118, 188, .13);
}

.np-price-ticket::before {
	top: 104px;
}

.np-price-ticket::after {
	bottom: 104px;
}

.np-price-ticket > span {
	display: block;
	margin-bottom: 8px;
	color: var(--np-price-muted);
	font-size: 12px;
	font-weight: 950;
}

.np-price-ticket > strong {
	display: block;
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed rgba(8, 118, 188, .30);
	color: var(--np-price-blue-dark);
	font-size: 25px;
	font-weight: 950;
	line-height: 1.45;
}

.np-price-ticket dl {
	display: grid;
	gap: 10px;
	margin: 0;
}

.np-price-ticket dl div {
	padding: 14px 12px;
	border: 1px solid var(--np-price-line);
	border-radius: 7px;
	background: #fff;
}

.np-price-ticket dt {
	margin: 0 0 6px;
	color: var(--np-price-muted);
	font-size: 12px;
	font-weight: 850;
}

.np-price-ticket dd {
	margin: 0;
	color: var(--np-price-ink);
	font-size: 17px;
	font-weight: 950;
	line-height: 1.55;
}

.np-price-strip {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-bottom: 22px;
	overflow: hidden;
}

.np-price-strip span {
	display: grid;
	gap: 8px;
	min-height: 88px;
	padding: 18px;
	border-left: 1px solid var(--np-price-line);
}

.np-price-strip span:last-child {
	border-left: 0;
}

.np-price-strip b {
	color: var(--np-price-muted);
	font-size: 12px;
	font-weight: 950;
}

.np-price-strip em {
	color: var(--np-price-ink);
	font-size: 15px;
	font-style: normal;
	font-weight: 950;
	line-height: 1.8;
}

.np-price-layout {
	display: grid;
	width: 100%;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.np-price-side {
	position: sticky;
	top: 106px;
	display: grid;
	gap: 14px;
}

.np-price-sidebox,
.np-price-files,
.np-price-content,
.np-price-related {
	padding: 24px;
}

.np-price-sidebox h2,
.np-price-files h2,
.np-price-content h2,
.np-price-related h2 {
	margin: 0 0 16px;
	color: var(--np-price-ink);
	font-size: 23px;
	font-weight: 950;
	line-height: 1.45;
}

.np-price-sidebox p {
	margin: 0 0 18px;
	color: var(--np-price-muted);
	font-size: 14px;
	font-weight: 750;
	line-height: 2;
}

.np-price-sidebox a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	margin-top: 9px;
	padding: 10px 13px;
	border: 1px solid var(--np-price-line);
	border-radius: 7px;
	background: #f8fbfd;
	color: var(--np-price-blue-dark);
	font-size: 14px;
	font-weight: 950;
}

.np-price-sidebox a:hover {
	border-color: rgba(8, 118, 188, .34);
	background: #fff;
	color: var(--np-price-blue-dark);
}

.np-price-sidebox a strong {
	color: var(--np-price-green);
	font-weight: 950;
}

.np-price-sidebox ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.np-price-sidebox li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 42px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--np-price-line);
	color: var(--np-price-muted);
	font-size: 13px;
	font-weight: 800;
}

.np-price-sidebox li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.np-price-sidebox li strong {
	color: var(--np-price-ink);
	font-weight: 950;
	text-align: left;
}

.np-price-main {
	min-width: 0;
}

.np-price-files {
	margin-bottom: 18px;
}

.np-price-files__head,
.np-price-related__head,
.np-price-content__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.np-price-files__head span,
.np-price-content__head span {
	color: var(--np-price-muted);
	font-size: 12px;
	font-weight: 950;
}

.np-price-files__head strong {
	padding: 7px 10px;
	border-radius: 6px;
	background: rgba(8, 118, 188, .10);
	color: var(--np-price-blue-dark);
	font-size: 12px;
	font-weight: 950;
}

.np-price-files__group {
	margin-top: 16px;
}

.np-price-file-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.np-price-file {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 88px;
	padding: 15px 16px;
	border: 1px solid var(--np-price-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #fff, #f7fbfd);
	color: var(--np-price-ink);
}

.np-price-file::before {
	content: "";
	width: 11px;
	height: 48px;
	flex: 0 0 11px;
	border-radius: 5px;
	background: linear-gradient(180deg, var(--np-price-blue), var(--np-price-green));
}

.np-price-file:hover {
	border-color: rgba(8, 118, 188, .38);
	color: var(--np-price-ink);
	box-shadow: 0 12px 26px rgba(6, 31, 52, .10);
}

.np-price-file__type,
.np-price-file__action {
	flex: 0 0 auto;
	padding: 6px 9px;
	border-radius: 6px;
	background: rgba(8, 118, 188, .10);
	color: var(--np-price-blue-dark);
	font-size: 12px;
	font-weight: 950;
}

.np-price-file__label {
	min-width: 0;
	margin-left: auto;
	color: var(--np-price-ink);
	font-size: 16px;
	font-weight: 950;
	line-height: 1.7;
}

.np-price-content {
	overflow: hidden;
}

.np-price-content__head {
	display: block;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--np-price-line);
}

.np-price-content__head h2 {
	margin-bottom: 0;
}

.np-price-featured {
	margin: 0 0 24px;
}

.np-price-featured img,
.np-price-content__body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-inline: auto;
	border-radius: 8px;
}

.np-price-content__body {
	color: #16354d;
	font-size: 16px;
	font-weight: 650;
	line-height: 2.15;
}

.np-price-content__body > *:first-child {
	margin-top: 0;
}

.np-price-content__body h2,
.np-price-content__body h3,
.np-price-content__body h4 {
	margin: 34px 0 14px;
	color: var(--np-price-ink);
	font-weight: 950;
	line-height: 1.55;
}

.np-price-content__body h2 {
	font-size: 28px;
}

.np-price-content__body h3 {
	font-size: 23px;
}

.np-price-content__body p {
	margin: 0 0 18px;
}

.np-price-content__body a {
	color: var(--np-price-blue-dark);
	font-weight: 900;
}

.np-price-content__body a:hover {
	color: var(--np-price-green);
}

.np-price-content__body ul,
.np-price-content__body ol {
	margin: 16px 0;
	padding-right: 24px;
}

.np-price-content__body li {
	margin: 0 0 8px;
}

.np-price-content__body table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--np-price-line);
	border-radius: 8px;
	background: #fff;
}

.np-price-content__body th,
.np-price-content__body td {
	padding: 12px;
	border-color: var(--np-price-line);
}

.np-price-related {
	margin-top: 18px;
}

.np-price-related__head h2 {
	margin-bottom: 0;
}

.np-price-related__head a {
	color: var(--np-price-blue-dark);
	font-size: 14px;
	font-weight: 950;
}

.np-price-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.np-price-related-card {
	display: grid;
	align-content: space-between;
	min-height: 132px;
	padding: 16px;
	border: 1px solid var(--np-price-line);
	border-radius: 8px;
	background: #f8fbfd;
	color: var(--np-price-ink);
}

.np-price-related-card:hover {
	border-color: rgba(10, 166, 106, .35);
	background: #fff;
	color: var(--np-price-ink);
}

.np-price-related-card span {
	display: block;
	margin-bottom: 10px;
	color: var(--np-price-ink);
	font-size: 15px;
	font-weight: 950;
	line-height: 1.75;
}

.np-price-related-card strong {
	color: var(--np-price-muted);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	.np-price-page {
		padding-top: 18px;
	}

	.np-price-hero,
	.np-price-layout {
		grid-template-columns: 1fr;
	}

	.np-price-hero__copy,
	.np-price-ticket {
		grid-column: auto;
		grid-row: auto;
	}

	.np-price-ticket {
		min-height: 0;
	}

	.np-price-side {
		position: static;
	}

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

@media (max-width: 760px) {
	.np-price-page {
		width: min(100% - 22px, 1180px);
		padding-bottom: 96px;
	}

	.np-price-breadcrumb ol {
		font-size: 12px;
	}

	.np-price-hero {
		gap: 12px;
		margin-bottom: 12px;
	}

	.np-price-hero__copy {
		min-height: 0;
		padding: 25px 18px;
	}

	.np-price-hero__copy::after {
		width: 150px;
		height: 150px;
		border-width: 28px;
	}

	.np-price-hero h1 {
		font-size: 31px;
		line-height: 1.45;
	}

	.np-price-hero__copy p {
		font-size: 14px;
		line-height: 2;
	}

	.np-price-hero__actions {
		display: grid;
	}

	.np-price-action {
		width: 100%;
		min-height: 48px;
	}

	.np-price-ticket,
	.np-price-sidebox,
	.np-price-files,
	.np-price-content,
	.np-price-related {
		padding: 18px;
	}

	.np-price-strip,
	.np-price-file-list,
	.np-price-related__grid {
		grid-template-columns: 1fr;
	}

	.np-price-strip span {
		min-height: 76px;
		border-left: 0;
		border-bottom: 1px solid var(--np-price-line);
	}

	.np-price-strip span:last-child {
		border-bottom: 0;
	}

	.np-price-files__head,
	.np-price-related__head {
		display: grid;
	}

	.np-price-file {
		align-items: flex-start;
		min-height: 104px;
	}

	.np-price-file__action {
		display: none;
	}

	.np-price-content__body {
		font-size: 15px;
		line-height: 2.05;
	}

	.np-price-content__body h2 {
		font-size: 23px;
	}
}
