:root {
	--sp6-navy: #0b234a;
	--sp6-navy-2: #123a6d;
	--sp6-blue: #1766c2;
	--sp6-cyan: #31d4df;
	--sp6-orange: #ff9700;
	--sp6-orange-soft: #fff3df;
	--sp6-green: #27854c;
	--sp6-text: #183457;
	--sp6-muted: #66768d;
	--sp6-line: #dbe6f2;
	--sp6-surface: #f5f8fc;
	--sp6-white: #fff;
	--sp6-shadow: 0 20px 55px rgba(11, 35, 74, 0.11);
}

.bamdad-sp9-page {
	overflow-x: hidden;
}

.bamdad-sp9-page .main-page-content.default-margin {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.bamdad-sp9-page .site-content-inner.container,
.bamdad-sp9-page .entry-content,
.bamdad-sp9-page article.page {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.bamdad-sp9-page .main-page-content > .container {
	padding-inline: 15px;
}

.bamdad-sp9-page .main-page-content .woocommerce-notices-wrapper {
	max-width: 1180px;
	margin-inline: auto;
}

/* پنجره اعتبار عمومی سایت نباید فراخوان اصلی این لندینگ را بپوشاند. */
.bamdad-sp9-page .farazsms-lead-magnet-box,
.bamdad-sp9-page .flm-mobile-bar,
.bamdad-sp9-page .flm-mobile-icon {
	display: none !important;
}

.sp6-landing,
.sp6-landing * {
	box-sizing: border-box;
}

.sp6-landing {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	color: var(--sp6-text);
	background: var(--sp6-white);
	font-family: inherit;
	line-height: 1.8;
}

.sp6-landing h1,
.sp6-landing h2,
.sp6-landing h3,
.sp6-landing p,
.sp6-landing ul,
.sp6-landing ol,
.sp6-landing blockquote {
	margin-top: 0;
}

.sp6-landing h1,
.sp6-landing h2,
.sp6-landing h3 {
	color: var(--sp6-navy);
	font-family: inherit;
	line-height: 1.45;
}

.sp6-landing a {
	text-decoration: none;
}

.sp6-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.sp6-section {
	position: relative;
	padding: 76px 0;
}

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

.sp6-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.sp6-section-heading > span,
.sp6-faq-intro > span,
.sp6-flight-intro > div > span,
.sp6-register__content > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--sp6-blue);
	font-size: 14px;
	font-weight: 850;
}

.sp6-section-heading > span::before,
.sp6-faq-intro > span::before,
.sp6-flight-intro > div > span::before,
.sp6-register__content > span::before {
	content: "";
	width: 22px;
	height: 3px;
	border-radius: 10px;
	background: var(--sp6-orange);
}

.sp6-section-heading h2,
.sp6-faq-intro h2,
.sp6-flight-intro h2,
.sp6-register__content h2 {
	margin-bottom: 12px;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 900;
}

.sp6-section-heading p,
.sp6-faq-intro p,
.sp6-flight-intro p,
.sp6-register__content p {
	margin-bottom: 0;
	color: var(--sp6-muted);
	font-size: 17px;
}

.sp6-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	border-radius: 18px;
	color: var(--sp6-blue);
	background: #eaf3ff;
	font-size: 25px;
}

.sp6-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 11px 24px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 850;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sp6-button:hover,
.sp6-button:focus {
	transform: translateY(-2px);
}

.sp6-button--primary {
	color: var(--sp6-navy) !important;
	background: var(--sp6-cyan);
	box-shadow: 0 13px 28px rgba(49, 212, 223, 0.28);
}

.sp6-button--primary:hover,
.sp6-button--primary:focus {
	color: var(--sp6-navy) !important;
	background: #27c7d2;
	box-shadow: 0 17px 34px rgba(49, 212, 223, 0.36);
}

.sp6-button--ghost {
	color: var(--sp6-navy) !important;
	border-color: rgba(11, 35, 74, 0.2);
	background: rgba(255, 255, 255, 0.72);
}

.sp6-button--ghost:hover,
.sp6-button--ghost:focus {
	border-color: var(--sp6-cyan);
	background: var(--sp6-white);
}

/* هیرو */
.sp6-hero {
	position: relative;
	isolation: isolate;
	padding: 74px 0 56px;
	background:
		radial-gradient(circle at 10% 15%, rgba(49, 212, 223, 0.13), transparent 24%),
		radial-gradient(circle at 88% 82%, rgba(255, 151, 0, 0.12), transparent 25%),
		linear-gradient(135deg, #fff 0%, #f7fbff 55%, #edf5ff 100%);
}

.sp6-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: radial-gradient(rgba(23, 102, 194, 0.22) 1.4px, transparent 1.4px);
	background-size: 18px 18px;
	mask-image: linear-gradient(90deg, transparent 1%, #000 15%, transparent 36%, transparent 75%, #000 94%, transparent);
	opacity: 0.45;
}

.sp6-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(400px, 0.97fr);
	align-items: center;
	gap: 64px;
}

.sp6-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	padding: 7px 13px;
	border: 1px solid rgba(23, 102, 194, 0.14);
	border-radius: 999px;
	color: var(--sp6-blue);
	background: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 800;
}

.sp6-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sp6-orange);
	box-shadow: 0 0 0 5px rgba(255, 151, 0, 0.13);
}

.sp6-hero h1 {
	margin-bottom: 16px;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 950;
	letter-spacing: -2px;
}

.sp6-hero h1 em {
	color: var(--sp6-orange);
	font-style: normal;
}

.sp6-hero__lead {
	max-width: 690px;
	margin-bottom: 22px;
	color: #4c607a;
	font-size: 18px;
	line-height: 2;
}

.sp6-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 26px;
}

.sp6-hero__badges span {
	padding: 7px 12px;
	border-radius: 10px;
	color: var(--sp6-navy-2);
	background: #eaf3ff;
	font-size: 13px;
	font-weight: 750;
}

.sp6-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.sp6-hero__trust {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #536780;
	font-size: 14px;
}

.sp6-hero__trust strong {
	color: var(--sp6-navy);
}

.sp6-hero__trust span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--sp6-orange);
}

.sp6-hero__visual {
	position: relative;
	display: flex;
	justify-content: center;
}

.sp6-product-cover {
	position: relative;
	width: min(100%, 480px);
	padding: 15px;
	border: 1px solid rgba(23, 102, 194, 0.14);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--sp6-shadow);
	transform: rotate(-1.5deg);
}

.sp6-product-cover::before {
	content: "";
	position: absolute;
	inset: -13px 25px 14px -13px;
	z-index: -1;
	border-radius: 36px;
	background: linear-gradient(145deg, var(--sp6-cyan), var(--sp6-blue));
	opacity: 0.18;
}

.sp6-product-cover img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 23px;
	object-fit: contain;
	background: #fff;
}

.sp6-product-cover__tag {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 8px 14px;
	border-radius: 12px;
	color: var(--sp6-navy);
	background: var(--sp6-orange);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(255, 151, 0, 0.28);
}

.sp6-hero__floating-card {
	position: absolute;
	left: -24px;
	bottom: 35px;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 245px;
	padding: 12px 14px;
	border: 1px solid rgba(11, 35, 74, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 15px 35px rgba(11, 35, 74, 0.15);
}

.sp6-hero__floating-card .sp6-icon {
	width: 46px;
	height: 46px;
	flex-basis: 46px;
	border-radius: 13px;
	color: var(--sp6-navy);
	background: var(--sp6-cyan);
	font-size: 20px;
}

.sp6-hero__floating-card strong,
.sp6-hero__floating-card a {
	display: block;
}

.sp6-hero__floating-card strong {
	color: var(--sp6-navy);
	font-size: 13px;
}

.sp6-hero__floating-card a {
	color: var(--sp6-blue);
	font-size: 16px;
	font-weight: 900;
	direction: ltr;
	text-align: right;
}

/* نوار آمار */
.sp6-snapshot {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	background: var(--sp6-navy);
}

.sp6-snapshot__grid {
	display: grid;
	grid-template-columns: repeat(var(--sp6-snapshot-count, 6), 1fr);
}

.sp6-snapshot__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 96px;
	padding: 16px 12px;
	text-align: center;
}

.sp6-snapshot__item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	top: 24%;
	width: 1px;
	height: 52%;
	background: rgba(255, 255, 255, 0.14);
}

.sp6-snapshot__item strong {
	color: var(--sp6-orange);
	font-size: 25px;
	font-weight: 950;
}

.sp6-snapshot__item span {
	color: #fff;
	font-size: 13px;
	font-weight: 720;
}

/* مخاطب */
.sp6-section--audience {
	background: #fff;
}

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

.sp6-audience-card {
	position: relative;
	min-height: 148px;
	padding: 28px 24px 22px;
	border: 1px solid var(--sp6-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(11, 35, 74, 0.055);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sp6-audience-card:hover {
	transform: translateY(-4px);
	border-color: rgba(49, 212, 223, 0.75);
	box-shadow: 0 17px 38px rgba(11, 35, 74, 0.1);
}

.sp6-audience-card b {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 11px;
	color: var(--sp6-navy);
	background: var(--sp6-orange);
	font-size: 14px;
}

.sp6-audience-card p {
	margin-bottom: 0;
	padding-right: 44px;
	color: var(--sp6-text);
	font-size: 15px;
	font-weight: 720;
}

/* برنامه دوره */
.sp6-section--program {
	background:
		radial-gradient(circle at 7% 12%, rgba(49, 212, 223, 0.11), transparent 21%),
		var(--sp6-surface);
}

.sp6-program-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.sp6-program-card {
	position: relative;
	min-height: 235px;
	padding: 25px 20px;
	border: 1px solid var(--sp6-line);
	border-top: 4px solid var(--sp6-cyan);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(11, 35, 74, 0.06);
}

.sp6-program-card:nth-child(2),
.sp6-program-card:nth-child(4) {
	border-top-color: var(--sp6-orange);
}

.sp6-program-card .sp6-icon {
	margin-bottom: 17px;
}

.sp6-program-card strong {
	display: block;
	margin-bottom: 2px;
	color: var(--sp6-orange);
	font-size: 28px;
	font-weight: 950;
}

.sp6-program-card h3 {
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 880;
}

.sp6-program-card p {
	margin-bottom: 0;
	color: var(--sp6-muted);
	font-size: 13px;
	line-height: 1.9;
}

/* محورهای آموزش */
.sp6-pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.sp6-pillar {
	position: relative;
	overflow: hidden;
	padding: 33px 30px 28px;
	border: 1px solid var(--sp6-line);
	border-radius: 25px;
	background: #fff;
	box-shadow: var(--sp6-shadow);
}

.sp6-pillar::after {
	content: "";
	position: absolute;
	top: -45px;
	left: -45px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.055;
}

.sp6-pillar .sp6-icon {
	margin-bottom: 20px;
}

.sp6-pillar h3 {
	margin-bottom: 11px;
	font-size: 23px;
	font-weight: 900;
}

.sp6-pillar p {
	min-height: 82px;
	margin-bottom: 17px;
	color: var(--sp6-muted);
}

.sp6-pillar ul {
	display: grid;
	gap: 8px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.sp6-pillar li {
	position: relative;
	padding-right: 21px;
	color: var(--sp6-text);
	font-size: 14px;
	font-weight: 720;
}

.sp6-pillar li::before {
	content: "✓";
	position: absolute;
	right: 0;
	color: currentColor;
	font-weight: 900;
}

.sp6-pillar--cyan { color: #088b98; }
.sp6-pillar--cyan .sp6-icon { color: #088b98; background: #e4fbfd; }
.sp6-pillar--orange { color: #dc7900; }
.sp6-pillar--orange .sp6-icon { color: #dc7900; background: var(--sp6-orange-soft); }
.sp6-pillar--green { color: var(--sp6-green); }
.sp6-pillar--green .sp6-icon { color: var(--sp6-green); background: #e9f7ef; }

/* گراف */
.sp6-section--graph {
	color: #fff;
	background:
		radial-gradient(circle at 9% 80%, rgba(49, 212, 223, 0.2), transparent 23%),
		linear-gradient(135deg, #071b38, var(--sp6-navy) 55%, #124c83);
}

.sp6-graph-layout {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: start;
	gap: 45px;
}

.sp6-graph-intro {
	position: sticky;
	top: 105px;
}

.sp6-graph-intro .sp6-eyebrow {
	color: var(--sp6-cyan);
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
}

.sp6-graph-intro h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 930;
}

.sp6-graph-intro > p {
	color: #c3d3e7;
	font-size: 16px;
}

.sp6-graph-number {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 25px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.07);
}

.sp6-graph-number strong {
	color: var(--sp6-orange);
	font-size: 36px;
	line-height: 1;
}

.sp6-graph-number span {
	color: #fff;
	font-weight: 800;
}

.sp6-graph-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.sp6-graph-features article {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 160px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 19px;
	background: rgba(255, 255, 255, 0.075);
	backdrop-filter: blur(6px);
}

.sp6-graph-features .sp6-icon {
	width: 48px;
	height: 48px;
	flex-basis: 48px;
	border-radius: 14px;
	color: var(--sp6-navy);
	background: var(--sp6-orange);
	font-size: 21px;
}

.sp6-graph-features h3 {
	margin-bottom: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 850;
}

.sp6-graph-features p {
	margin-bottom: 0;
	color: #bdd0e5;
	font-size: 13px;
}

/* برنامه راهبردی */
.sp6-section--strategy {
	background:
		radial-gradient(circle at 92% 8%, rgba(49, 212, 223, 0.12), transparent 25%),
		linear-gradient(180deg, #f4f9ff, #fff);
}

.sp6-strategy-grid {
	display: grid;
	gap: 26px;
	min-width: 0;
}

.sp6-strategy-card {
	margin: 0;
	padding: 16px;
	min-width: 0;
	max-width: 100%;
	border: 1px solid rgba(23, 102, 194, 0.18);
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(11, 35, 74, 0.09);
}

.sp6-strategy-card figcaption {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 2px 4px 14px;
}

.sp6-strategy-card figcaption span {
	padding: 6px 10px;
	border-radius: 9px;
	color: var(--sp6-navy);
	background: var(--sp6-orange);
	font-size: 11px;
	font-weight: 900;
}

.sp6-strategy-card figcaption h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
}

.sp6-strategy-scroll {
	overflow-x: auto;
	min-width: 0;
	max-width: 100%;
	border-radius: 17px;
	background: #d8effd;
	scrollbar-color: var(--sp6-cyan) #e8f2fb;
	scrollbar-width: thin;
	touch-action: pan-x pan-y;
	overscroll-behavior-inline: contain;
}

.sp6-strategy-scroll a {
	display: block;
}

.sp6-strategy-scroll img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 17px;
}

.sp6-strategy-note {
	display: none;
	margin: 12px 0 0;
	color: var(--sp6-muted);
	font-size: 12px;
	text-align: center;
}

/* پشتیبانی */
.sp6-section--support {
	background: #fff;
}

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

.sp6-support-grid article {
	padding: 25px;
	border: 1px solid var(--sp6-line);
	border-radius: 20px;
	background: linear-gradient(180deg, #fff, #f9fbfe);
}

.sp6-support-grid article:nth-child(3n + 2) .sp6-icon {
	color: #c86f00;
	background: var(--sp6-orange-soft);
}

.sp6-support-grid article:nth-child(3n + 3) .sp6-icon {
	color: var(--sp6-green);
	background: #e9f7ef;
}

.sp6-support-grid h3 {
	margin: 15px 0 7px;
	font-size: 17px;
	font-weight: 860;
}

.sp6-support-grid p {
	margin-bottom: 0;
	color: var(--sp6-muted);
	font-size: 13px;
}

.sp6-section--support blockquote {
	position: relative;
	margin: 27px 0 0;
	padding: 21px 70px 21px 25px;
	border: 1px dashed rgba(23, 102, 194, 0.28);
	border-radius: 18px;
	color: var(--sp6-navy);
	background: #f5faff;
	font-size: 19px;
	font-weight: 850;
	text-align: center;
}

.sp6-section--support blockquote::before {
	content: "“";
	position: absolute;
	right: 25px;
	top: 2px;
	color: var(--sp6-orange);
	font-size: 66px;
	line-height: 1;
}

/* مدرس‌ها */
.sp6-section--teachers {
	background: var(--sp6-surface);
}

.sp6-teachers-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.sp6-teacher-card {
	display: block;
	overflow: hidden;
	border: 1px solid var(--sp6-line);
	border-radius: 23px;
	color: var(--sp6-text) !important;
	background: #fff;
	box-shadow: 0 12px 32px rgba(11, 35, 74, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sp6-teacher-card:hover,
.sp6-teacher-card:focus {
	transform: translateY(-5px);
	box-shadow: 0 20px 45px rgba(11, 35, 74, 0.13);
}

.sp6-teacher-card__image {
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, #e7f3ff, #f7fbff);
}

.sp6-teacher-card__image::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 28%;
	background: linear-gradient(transparent, rgba(11, 35, 74, 0.16));
}

.sp6-teacher-card__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.92;
	object-fit: cover;
	object-position: top center;
}

.sp6-teacher-card__body {
	padding: 20px;
}

.sp6-teacher-card__body > span {
	display: inline-block;
	margin-bottom: 5px;
	color: var(--sp6-blue);
	font-size: 12px;
	font-weight: 800;
}

.sp6-teacher-card h3 {
	margin-bottom: 7px;
	font-size: 19px;
	font-weight: 900;
}

.sp6-teacher-card p {
	min-height: 77px;
	margin-bottom: 12px;
	color: var(--sp6-muted);
	font-size: 12px;
}

.sp6-teacher-card b {
	color: var(--sp6-navy);
	font-size: 12px;
}

.sp6-teacher-card b::after {
	content: " ←";
	color: var(--sp6-orange);
}

.sp6-subject-teachers {
	margin-top: 28px;
	padding: 24px;
	border: 1px solid var(--sp6-line);
	border-radius: 22px;
	background: #fff;
}

.sp6-subject-teachers > h3 {
	margin: 0 0 17px;
	font-size: 20px;
	font-weight: 900;
}

.sp6-subject-teachers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 11px;
}

.sp6-subject-teachers__grid > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 15px;
	border: 1px solid #dce8f5;
	border-radius: 14px;
	background: #f8fbff;
}

.sp6-subject-teachers__grid span {
	color: var(--sp6-blue);
	font-size: 12px;
	font-weight: 800;
}

.sp6-subject-teachers__grid strong {
	color: var(--sp6-navy);
	font-size: 13px;
	font-weight: 900;
	text-align: left;
}

/* نقطه پرواز */
.sp6-section--flight {
	background:
		radial-gradient(circle at 92% 15%, rgba(255, 151, 0, 0.11), transparent 21%),
		#fff;
}

.sp6-flight-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 43px;
}

.sp6-flight-intro > div {
	max-width: 720px;
}

.sp6-flight-intro > strong {
	display: grid;
	place-items: center;
	width: 118px;
	height: 118px;
	flex: 0 0 118px;
	border-radius: 36px;
	color: #fff;
	background: linear-gradient(145deg, var(--sp6-orange), #e17d00);
	box-shadow: 0 18px 36px rgba(255, 151, 0, 0.25);
	font-size: 42px;
	line-height: 0.75;
	text-align: center;
}

.sp6-flight-intro small {
	font-size: 14px;
}

.sp6-flight-path {
	position: relative;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp6-flight-path::before {
	content: "";
	position: absolute;
	right: 4%;
	left: 4%;
	top: 24px;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--sp6-blue) 0 8px, transparent 8px 15px);
	opacity: 0.52;
}

.sp6-flight-path li {
	position: relative;
	z-index: 1;
	text-align: center;
}

.sp6-flight-path span {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: var(--sp6-navy);
	box-shadow: 0 0 0 2px rgba(23, 102, 194, 0.2);
	font-size: 15px;
	font-weight: 900;
}

.sp6-flight-path li:nth-child(even) span {
	background: var(--sp6-orange);
	box-shadow: 0 0 0 2px rgba(255, 151, 0, 0.2);
}

.sp6-flight-path strong {
	display: block;
	color: var(--sp6-navy);
	font-size: 11px;
	line-height: 1.7;
}

/* چرا بامداد */
.sp6-section--why {
	background: var(--sp6-surface);
}

.sp6-why-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.sp6-why-grid article {
	padding: 25px 20px;
	border: 1px solid var(--sp6-line);
	border-radius: 19px;
	background: #fff;
	text-align: center;
}

.sp6-why-grid .sp6-icon {
	margin-bottom: 14px;
}

.sp6-why-grid h3 {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 880;
}

.sp6-why-grid p {
	margin-bottom: 0;
	color: var(--sp6-muted);
	font-size: 12px;
}

/* پرسش‌ها */
.sp6-section--faq {
	background: #fff;
}

.sp6-faq-layout {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: start;
	gap: 55px;
}

.sp6-faq-intro {
	position: sticky;
	top: 105px;
}

.sp6-faq-intro a {
	display: inline-flex;
	margin-top: 20px;
	padding: 10px 15px;
	border-radius: 12px;
	color: var(--sp6-navy) !important;
	background: var(--sp6-cyan);
	font-size: 17px;
	font-weight: 900;
	direction: ltr;
}

.sp6-faq {
	display: grid;
	gap: 11px;
}

.sp6-faq__item {
	overflow: hidden;
	border: 1px solid var(--sp6-line);
	border-radius: 17px;
	background: #fff;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sp6-faq__item.is-open {
	border-color: rgba(23, 102, 194, 0.3);
	box-shadow: 0 12px 30px rgba(11, 35, 74, 0.07);
}

.sp6-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	min-height: 66px;
	padding: 15px 20px;
	border: 0;
	color: var(--sp6-navy);
	background: transparent;
	font: inherit;
	font-size: 15px;
	font-weight: 850;
	text-align: right;
	cursor: pointer;
}

.sp6-faq__question i {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 8px;
	background: #eaf3ff;
}

.sp6-faq__question i::before,
.sp6-faq__question i::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 6px;
	width: 12px;
	height: 2px;
	border-radius: 4px;
	background: var(--sp6-blue);
	transition: transform 180ms ease;
}

.sp6-faq__question i::after {
	transform: rotate(90deg);
}

.sp6-faq__item.is-open .sp6-faq__question i::after {
	transform: rotate(0);
}

.sp6-faq__answer {
	height: 0;
	overflow: hidden;
	transition: height 260ms ease;
}

.sp6-faq__answer > div {
	padding: 0 20px 18px;
}

.sp6-faq__answer p {
	margin-bottom: 0;
	color: var(--sp6-muted);
	font-size: 14px;
}

/* ثبت‌نام */
.sp6-register {
	position: relative;
	isolation: isolate;
	padding: 72px 0;
	color: #fff;
	background: linear-gradient(135deg, #071b38, var(--sp6-navy) 58%, #174f84);
}

.sp6-register::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 10% 50%, rgba(49, 212, 223, 0.2), transparent 25%),
		radial-gradient(circle at 90% 20%, rgba(255, 151, 0, 0.14), transparent 24%);
}

.sp6-register__grid {
	display: grid;
	grid-template-columns: 1fr 430px;
	align-items: center;
	gap: 65px;
}

.sp6-register__content > span {
	color: var(--sp6-cyan);
}

.sp6-register__content h2 {
	color: #fff;
}

.sp6-register__content p {
	color: #c7d5e6;
}

.sp6-register__content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.sp6-register__content li {
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	font-size: 13px;
}

.sp6-register__card {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-top: 5px solid var(--sp6-orange);
	border-radius: 24px;
	color: var(--sp6-text);
	background: #fff;
	box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

.sp6-register__discount {
	position: absolute;
	left: 22px;
	top: 22px;
	padding: 6px 10px;
	border-radius: 9px;
	color: var(--sp6-navy);
	background: var(--sp6-orange);
	font-size: 12px;
	font-weight: 900;
}

.sp6-register__card > span:not(.sp6-register__discount) {
	display: block;
	margin-bottom: 8px;
	color: var(--sp6-muted);
	font-size: 13px;
	font-weight: 750;
}

.sp6-register__price {
	min-height: 58px;
	margin-bottom: 18px;
	color: var(--sp6-navy);
	font-size: 24px;
	font-weight: 950;
}

.sp6-register__price del {
	display: block;
	margin-bottom: 2px;
	color: #9aa6b6;
	font-size: 14px;
	font-weight: 600;
}

.sp6-register__price ins {
	text-decoration: none;
}

.sp6-register__card .sp6-button {
	width: 100%;
}

.sp6-register__phone {
	display: block;
	margin-top: 12px;
	padding: 10px;
	border-radius: 11px;
	color: var(--sp6-navy) !important;
	background: #eef5fd;
	font-size: 13px;
	font-weight: 850;
	text-align: center;
}

.sp6-register__card small {
	display: block;
	margin-top: 12px;
	color: #8b98a9;
	font-size: 10px;
	text-align: center;
}

@media (max-width: 1100px) {
	.sp6-hero__grid {
		grid-template-columns: 1fr 410px;
		gap: 38px;
	}

	.sp6-program-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.sp6-program-card:nth-child(4),
	.sp6-program-card:nth-child(5) {
		min-height: 235px;
	}

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

	.sp6-subject-teachers__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sp6-flight-path {
		grid-template-columns: repeat(5, 1fr);
		row-gap: 25px;
	}

	.sp6-flight-path::before {
		display: none;
	}

	.sp6-why-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.sp6-section {
		padding: 58px 0;
	}

	.sp6-hero {
		padding-top: 50px;
	}

	.sp6-hero__grid,
	.sp6-graph-layout,
	.sp6-faq-layout,
	.sp6-register__grid {
		grid-template-columns: 1fr;
	}

	.sp6-hero__content {
		text-align: center;
	}

	.sp6-hero__lead {
		margin-inline: auto;
	}

	.sp6-hero__badges,
	.sp6-hero__actions,
	.sp6-hero__trust {
		justify-content: center;
	}

	.sp6-product-cover {
		width: min(100%, 520px);
	}

	.sp6-hero__floating-card {
		left: calc(50% - 122px);
		bottom: -22px;
	}

	.sp6-hero__visual {
		margin-bottom: 22px;
	}

	.sp6-snapshot__grid {
		grid-template-columns: repeat(var(--sp6-snapshot-count, 6), minmax(145px, 1fr));
		overflow-x: auto;
		scrollbar-width: thin;
		touch-action: pan-x pan-y;
	}

	.sp6-audience-grid,
	.sp6-support-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sp6-pillars-grid {
		grid-template-columns: 1fr;
	}

	.sp6-pillar p {
		min-height: 0;
	}

	.sp6-graph-intro,
	.sp6-faq-intro {
		position: static;
	}

	.sp6-register__grid {
		gap: 35px;
	}

	.sp6-register__card {
		width: min(100%, 520px);
		margin-inline: auto;
	}
}

@media (max-width: 680px) {
	.sp6-container {
		width: min(100% - 28px, 1180px);
	}

	.sp6-section {
		padding: 46px 0;
	}

	.sp6-section-heading {
		margin-bottom: 25px;
	}

	.sp6-section-heading h2,
	.sp6-faq-intro h2,
	.sp6-flight-intro h2,
	.sp6-register__content h2 {
		font-size: 27px;
	}

	.sp6-section-heading p,
	.sp6-faq-intro p,
	.sp6-flight-intro p,
	.sp6-register__content p {
		font-size: 14px;
	}

	.sp6-hero {
		padding: 38px 0 48px;
	}

	.sp6-hero__grid {
		gap: 30px;
	}

	.sp6-hero h1 {
		font-size: clamp(43px, 14vw, 62px);
		letter-spacing: -1px;
	}

	.sp6-hero__lead {
		font-size: 15px;
		line-height: 1.9;
	}

	.sp6-hero__badges {
		gap: 6px;
	}

	.sp6-hero__badges span {
		padding: 6px 8px;
		font-size: 11px;
	}

	.sp6-hero__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.sp6-button {
		min-height: 46px;
		padding: 9px 12px;
		font-size: 12px;
	}

	.sp6-product-cover {
		padding: 10px;
		border-radius: 25px;
		transform: none;
	}

	.sp6-product-cover img {
		border-radius: 18px;
	}

	.sp6-product-cover__tag {
		right: 20px;
		bottom: 20px;
		font-size: 11px;
	}

	.sp6-hero__floating-card {
		position: relative;
		left: auto;
		bottom: auto;
		width: min(92%, 330px);
		margin: -18px auto 0;
	}

	.sp6-snapshot__grid {
		width: 100%;
		padding-inline: 0;
	}

	.sp6-snapshot__item {
		min-height: 82px;
		flex-direction: column;
		gap: 0;
	}

	.sp6-snapshot__item strong {
		font-size: 22px;
	}

	.sp6-strategy-card {
		padding: 10px;
		border-radius: 19px;
	}

	.sp6-strategy-card figcaption {
		align-items: flex-start;
		padding: 4px 4px 12px;
	}

	.sp6-strategy-card figcaption h3 {
		font-size: 16px;
	}

	.sp6-strategy-scroll a {
		width: 920px;
	}

	.sp6-strategy-scroll img {
		width: 920px;
		max-width: none;
	}

	.sp6-strategy-note {
		display: block;
	}

	.sp6-audience-grid,
	.sp6-program-grid,
	.sp6-support-grid,
	.sp6-teachers-grid,
	.sp6-why-grid {
		grid-template-columns: 1fr;
	}

	.sp6-audience-card {
		min-height: 118px;
	}

	.sp6-program-card {
		min-height: 0 !important;
	}

	.sp6-graph-features {
		grid-template-columns: 1fr;
	}

	.sp6-graph-features article {
		min-height: 0;
	}

	.sp6-section--support blockquote {
		padding: 58px 20px 20px;
		font-size: 16px;
	}

	.sp6-section--support blockquote::before {
		right: calc(50% - 15px);
	}

	.sp6-teacher-card {
		display: grid;
		grid-template-columns: 128px 1fr;
	}

	.sp6-teacher-card__image img {
		height: 100%;
		aspect-ratio: auto;
	}

	.sp6-teacher-card__body {
		padding: 16px;
	}

	.sp6-teacher-card h3 {
		font-size: 16px;
	}

	.sp6-teacher-card p {
		min-height: 0;
		font-size: 11px;
	}

	.sp6-subject-teachers {
		padding: 18px;
	}

	.sp6-subject-teachers__grid {
		grid-template-columns: 1fr;
	}

	.sp6-flight-intro {
		align-items: flex-start;
		gap: 15px;
	}

	.sp6-flight-intro > strong {
		width: 82px;
		height: 82px;
		flex-basis: 82px;
		border-radius: 25px;
		font-size: 31px;
	}

	.sp6-flight-path {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.sp6-flight-path li {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px;
		border: 1px solid var(--sp6-line);
		border-radius: 14px;
		background: #fff;
		text-align: right;
	}

	.sp6-flight-path span {
		width: 38px;
		height: 38px;
		flex: 0 0 38px;
		margin: 0;
		border-width: 3px;
	}

	.sp6-flight-path strong {
		font-size: 10px;
	}

	.sp6-faq-layout {
		gap: 28px;
	}

	.sp6-faq__question {
		min-height: 60px;
		padding: 13px 15px;
		font-size: 13px;
	}

	.sp6-register {
		padding: 50px 0;
	}

	.sp6-register__card {
		padding: 25px 20px;
	}

	/* تایپوگرافی خواناتر در تلفن همراه */
	.sp6-section-heading h2,
	.sp6-faq-intro h2,
	.sp6-flight-intro h2,
	.sp6-register__content h2 {
		font-size: 30px;
	}

	.sp6-section-heading p,
	.sp6-faq-intro p,
	.sp6-flight-intro p,
	.sp6-register__content p,
	.sp6-audience-card p {
		font-size: 16px;
	}

	.sp6-eyebrow {
		font-size: 14px;
	}

	.sp6-hero__lead {
		font-size: 17px;
	}

	.sp6-hero__badges span,
	.sp6-product-cover__tag {
		font-size: 13px;
	}

	.sp6-button {
		font-size: 14px;
	}

	.sp6-hero__floating-card strong,
	.sp6-hero__floating-card a {
		font-size: 16px;
	}

	.sp6-snapshot__item strong {
		font-size: 27px;
	}

	.sp6-snapshot__item span {
		font-size: 15px;
	}

	.sp6-audience-card b {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.sp6-program-card strong {
		font-size: 32px;
	}

	.sp6-program-card h3,
	.sp6-pillar h3 {
		font-size: 20px;
	}

	.sp6-program-card p,
	.sp6-pillar p,
	.sp6-pillar li,
	.sp6-graph-intro > p,
	.sp6-graph-features p,
	.sp6-support-grid p,
	.sp6-why-grid p,
	.sp6-faq__answer p,
	.sp6-register__content li {
		font-size: 15px;
	}

	.sp6-graph-features h3,
	.sp6-support-grid h3,
	.sp6-why-grid h3,
	.sp6-strategy-card figcaption h3 {
		font-size: 18px;
	}

	.sp6-strategy-note,
	.sp6-register__card > span,
	.sp6-register__phone {
		font-size: 14px;
	}

	.sp6-teacher-card__body > span {
		font-size: 14px;
	}

	.sp6-teacher-card h3 {
		font-size: 20px;
	}

	.sp6-teacher-card p {
		font-size: 14px;
	}

	.sp6-teacher-card b,
	.sp6-flight-path strong {
		font-size: 13px;
	}

	.sp6-subject-teachers > h3 {
		font-size: 20px;
	}

	.sp6-subject-teachers__grid span {
		font-size: 14px;
	}

	.sp6-subject-teachers__grid strong,
	.sp6-faq__question {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp6-landing *,
	.sp6-landing *::before,
	.sp6-landing *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* اندازه نهایی و یکپارچه نوشته‌ها */
.sp6-landing {
	font-size: 17px;
}

.sp6-eyebrow,
.sp6-section-heading > span,
.sp6-faq-intro > span,
.sp6-flight-intro > div > span,
.sp6-register__content > span {
	font-size: 16px;
}

.sp6-section-heading p,
.sp6-faq-intro p,
.sp6-flight-intro p,
.sp6-register__content p {
	font-size: 17px;
}

.sp6-hero__lead {
	font-size: 20px;
}

.sp6-hero__badges span,
.sp6-product-cover__tag {
	font-size: 14px;
}

.sp6-button {
	font-size: 16px;
}

.sp6-hero__floating-card strong,
.sp6-hero__floating-card a {
	font-size: 17px;
}

.sp6-snapshot__item strong {
	font-size: 29px;
}

.sp6-snapshot__item span {
	font-size: 16px;
}

.sp6-audience-card b {
	font-size: 16px;
}

.sp6-audience-card p {
	font-size: 17px;
}

.sp6-program-card strong {
	font-size: 33px;
}

.sp6-program-card h3 {
	font-size: 21px;
}

.sp6-program-card p,
.sp6-pillar p,
.sp6-pillar li {
	font-size: 16px;
}

.sp6-pillar h3 {
	font-size: 25px;
}

.sp6-graph-intro > p {
	font-size: 18px;
}

.sp6-graph-number span {
	font-size: 17px;
}

.sp6-graph-features h3,
.sp6-support-grid h3,
.sp6-why-grid h3 {
	font-size: 20px;
}

.sp6-graph-features p,
.sp6-support-grid p,
.sp6-why-grid p {
	font-size: 16px;
}

.sp6-strategy-card figcaption h3 {
	font-size: 22px;
}

.sp6-strategy-card figcaption span,
.sp6-strategy-note {
	font-size: 14px;
}

.sp6-section--support blockquote {
	font-size: 21px;
}

.sp6-teacher-card__body > span {
	font-size: 15px;
}

.sp6-teacher-card h3 {
	font-size: 22px;
}

.sp6-teacher-card p {
	font-size: 16px;
}

.sp6-teacher-card b {
	font-size: 14px;
}

.sp6-subject-teachers > h3 {
	font-size: 22px;
}

.sp6-subject-teachers__grid span,
.sp6-subject-teachers__grid strong {
	font-size: 16px;
}

.sp6-flight-path strong {
	font-size: 13px;
}

.sp6-faq__question {
	font-size: 17px;
}

.sp6-faq__answer p,
.sp6-register__content li {
	font-size: 16px;
}

.sp6-register__card > span,
.sp6-register__phone {
	font-size: 15px;
}

@media (max-width: 680px) {
	.sp6-landing {
		font-size: 17px;
	}

	.sp6-section-heading h2,
	.sp6-faq-intro h2,
	.sp6-flight-intro h2,
	.sp6-register__content h2 {
		font-size: 31px;
	}

	.sp6-eyebrow,
	.sp6-section-heading > span,
	.sp6-faq-intro > span,
	.sp6-flight-intro > div > span,
	.sp6-register__content > span {
		font-size: 15px;
	}

	.sp6-section-heading p,
	.sp6-faq-intro p,
	.sp6-flight-intro p,
	.sp6-register__content p,
	.sp6-audience-card p {
		font-size: 17px;
	}

	.sp6-hero__lead {
		font-size: 18px;
	}

	.sp6-hero__badges span,
	.sp6-product-cover__tag,
	.sp6-button {
		font-size: 15px;
	}

	.sp6-snapshot__item span {
		font-size: 16px;
	}

	.sp6-program-card h3,
	.sp6-pillar h3 {
		font-size: 22px;
	}

	.sp6-program-card p,
	.sp6-pillar p,
	.sp6-pillar li,
	.sp6-graph-intro > p,
	.sp6-graph-features p,
	.sp6-support-grid p,
	.sp6-why-grid p,
	.sp6-faq__answer p,
	.sp6-register__content li {
		font-size: 16px;
	}

	.sp6-graph-features h3,
	.sp6-support-grid h3,
	.sp6-why-grid h3,
	.sp6-strategy-card figcaption h3 {
		font-size: 20px;
	}

	.sp6-teacher-card__body > span {
		font-size: 15px;
	}

	.sp6-teacher-card h3 {
		font-size: 22px;
	}

	.sp6-teacher-card p {
		font-size: 16px;
	}

	.sp6-teacher-card b,
	.sp6-flight-path strong,
	.sp6-strategy-note,
	.sp6-register__card > span,
	.sp6-register__phone {
		font-size: 15px;
	}

	.sp6-faq__question,
	.sp6-subject-teachers__grid span,
	.sp6-subject-teachers__grid strong {
		font-size: 16px;
	}
}
