.home-products,
.home-posts,
.home-mag {
	position: relative;
}

.home-course-box .inner {
	flex-wrap: wrap;
	overflow: hidden;
}

.home-course-box .h1,
.home-course-box .more {
	flex: 0 0 auto;
}

.home-course-mini {
	direction: rtl;
	display: flex;
	flex: 0 0 100%;
	gap: 14px;
	margin: 8px 0 0;
	max-width: 100%;
	overflow-x: auto;
	padding: 4px 2px 12px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	width: min(100%, 980px);
	-webkit-overflow-scrolling: touch;
}

.home-course-mini::-webkit-scrollbar {
	display: none;
}

section.home-shop .home-course-box .home-course-mini-card {
	background: #fff;
	border: 1px solid rgba(64, 0, 149, 0.08);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(26, 5, 54, 0.08);
	color: inherit;
	display: flex;
	flex: 0 0 200px;
	flex-direction: column;
	float: none;
	font-size: inherit;
	gap: 6px;
	line-height: normal;
	overflow: hidden;
	padding: 0 0 9px;
	scroll-snap-align: start;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

section.home-shop .home-course-box .home-course-mini-card:hover {
	box-shadow: 0 6px 10px rgba(26, 5, 54, 0.13);
	transform: translateY(-2px);
}

.home-course-mini-media {
	background: #f3eef8;
	border-radius: 10px 10px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-course-mini-media::before {
	content: "";
	overflow: hidden;
	display: block;
	padding-top: 70%;
}

.home-course-mini-media img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.home-course-mini-placeholder {
	align-items: center;
	color: rgba(64, 0, 149, 0.38);
	display: flex;
	font-size: 16px;
	height: 100%;
	inset: 0;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.home-course-mini-owned {
	background: #31c46b;
	border: 2px solid #fff;
	border-radius: 999px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 12px;
}

.home-course-mini-badges {
	display: flex;
	gap: 4px;
	justify-content: center;
	min-height: 16px;
	overflow: hidden;
	padding: 0 8px;
	width: calc(100% - 16px);
}

.home-course-mini-badges span {
	background: rgba(140, 74, 232, 0.08);
	border-radius: 999px;
	color: #6d32b6;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.4;
	max-width: 100%;
	overflow: hidden;
	padding: 2px 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-course-mini-title {
	color: #1a0536;
	display: -webkit-box;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.45;
	overflow: hidden;
	padding: 0 9px;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 100%;
}

.home-course-mini-price {
	color: #400095;
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	min-height: 34px;
	overflow: hidden;
	padding: 0 9px;
	text-align: center;
	width: 100%;
}

.home-course-mini-price ins {
	display: block;
	line-height: 1.25;
	order: 1;
	text-decoration: none;
	white-space: nowrap;
}

.home-course-mini-price del {
	color: #aaa;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.25;
	margin: 3px 0 0;
	order: 2;
	white-space: nowrap;
}

.home-products {
	background: linear-gradient(180deg, rgba(248, 246, 251, 0.84), rgba(255, 255, 255, 0));
	margin-bottom: 28px;
	padding: 34px 0 20px;
}

body.home section.home-shop {
	margin-bottom: 0;
}

.home-posts {
	background: #f8f6fb;
	padding: 40px 0;
}

.home .mag-bg {
	padding-top: 40px;
}

.home-products .sec-header-wide,
.home-posts .sec-header-wide,
.home-mag .sec-header-wide {
	margin: 0 auto 22px;
	max-width: 620px;
	text-align: center;
}

.home-products .sec-header-wide .inner,
.home-posts .sec-header-wide .inner,
.home-mag .sec-header-wide .inner {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 255, 0.9));
	border: 1px solid rgba(140, 74, 232, 0.12);
	border-radius: 20px;
	box-shadow: 0 6px 10px rgba(26, 5, 54, 0.07);
	direction: rtl;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 14px 18px;
	position: relative;
}

.home-products .sec-header .h1,
.home-posts .sec-header .h1,
.home-mag .sec-header .h1 {
	color: #1a0536;
	flex: 0 0 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 8px;
	text-align: center;
}

.home-products .sec-header .h1 strong,
.home-posts .sec-header .h1 strong,
.home-mag .sec-header .h1 strong {
	color: #8c4ae8;
}

.home-products .sec-header .h4,
.home-posts .sec-header .h4,
.home-mag .sec-header .h4 {
	margin: 0;
}

.home-products .sec-header a,
.home-posts .sec-header a,
.home-mag .sec-header a {
	align-items: center;
	background: rgba(140, 74, 232, 0.09);
	border-radius: 999px;
	color: #400095;
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	gap: 6px;
	line-height: 1.4;
	padding: 7px 14px;
	white-space: nowrap;
}

.home-products .sec-header .arrows,
.home-posts .sec-header .arrows {
	display: none;
}

.home-products .sec-header-wide .next,
.home-products .sec-header-wide .prev,
.home-posts .sec-header-wide .next,
.home-posts .sec-header-wide .prev {
	left: auto;
	position: static;
	right: auto;
	top: auto;
}

.home-products .carrows i,
.home-posts .carrows i {
	display: none;
}

.home-pro-items,
.home-posts-slide {
	direction: ltr;
	margin-left: -8px;
	margin-right: -8px;
	overflow: hidden;
}

.home-pro-items .slick-list,
.home-posts-slide .slick-list {
	overflow: visible;
}

.home-pro-items .slick-track,
.home-posts-slide .slick-track {
	display: flex;
}

.home-pro-items .slick-slide,
.home-posts-slide .slick-slide {
	float: none;
	height: auto;
	padding: 0 7px;
}

.home-pro-items .slick-slide > div,
.home-posts-slide .slick-slide > div {
	height: 100%;
}

.home-pro-items .pro-card-grid,
.home-posts-slide .post-card-grid {
	float: none;
	width: 100%;
}

.home-pro-items .pro-card {
	background: #fff;
	border: 1px solid rgba(64, 0, 149, 0.07);
	border-radius: 14px;
	box-shadow: 0 10px 10px rgba(26, 5, 54, 0.08);
	direction: rtl;
	height: 100%;
	margin: 0 0 22px;
	overflow: hidden;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-pro-items .pro-card:hover,
.home-posts .post-card:hover {
	box-shadow: 0 12px 10px rgba(26, 5, 54, 0.13);
	transform: translateY(-3px);
}

.home-pro-items .pro-card .extra-label-box {
	left: 10px;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.home-pro-items .pro-card .image {
	aspect-ratio: 16 / 9;
	background: #f3eef8;
	overflow: hidden;
}

.home-pro-items .pro-card .image img,
.home-posts .post-card .image img,
.home-pdf-cover-img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-pro-items .pro-card .tp {
	min-height: 0;
	padding: 9px 10px 7px;
}

.home-pro-items .pro-card .h2 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 6px;
	min-height: 2.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-pro-items .pro-card .h2 a {
	color: #1a0536;
}

.home-pro-items .pro-card .price {
	color: #400095;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.45;
}

.home-pro-items .pro-card .price del {
	color: #aaa;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.home-pro-items .pro-card .foot {
	border-top: 1px solid rgba(64, 0, 149, 0.06);
	padding: 7px 9px 9px;
}

.home-pro-items .pro-card .foot .row {
	display: flex;
	gap: 7px;
	margin: 0;
}

.home-pro-items .pro-card .foot [class*="col-"] {
	float: none;
	padding: 0;
	width: 50%;
}

.home-pro-items .pro-card .more,
.home-pro-items .pro-card .buybtn {
	align-items: center;
	border-radius: 999px;
	display: flex;
	font-size: 11px;
	font-weight: bold;
	height: 34px;
	justify-content: center;
	line-height: 1.35;
	padding: 0 8px;
	text-align: center;
	white-space: nowrap;
}

.home-pro-items .pro-card .buybtn i {
	font-size: 10px;
	margin-left: 4px;
}

.home-posts .post-card {
	background: #fff;
	border: 1px solid rgba(64, 0, 149, 0.07);
	border-radius: 14px;
	box-shadow: 0 4px 8px rgba(26, 5, 54, 0.08);
	direction: rtl;
	height: 100%;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-posts .post-card .image {
	aspect-ratio: 16 / 9;
	background: #f3eef8;
	overflow: hidden;
}

.home-posts .post-card .pc {
	min-height: 0;
	padding: 11px 12px 8px;
}

.home-posts .post-card .h2 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	min-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-posts .post-card .h2 a {
	color: #1a0536;
}

.home-posts .abox {
	margin-top: 10px;
}

.home-posts .abox a {
	align-items: center;
	color: #6c2485;
	display: inline-flex;
	font-size: 12px;
	gap: 7px;
}

.home-posts .post-card .meta {
	background: rgba(248, 246, 251, 0.85);
	border-top: 1px solid rgba(64, 0, 149, 0.06);
	margin-top: 0;
	padding: 8px 12px;
}

.home-posts .post-card .date,
.home-posts .post-card .cat {
	color: #746a7f;
	font-size: 11px;
}

.home-pdf-item a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.home-pdf-cover {
	aspect-ratio: 3 / 4;
	background: linear-gradient(135deg, #1a0536 0%, #8c4ae8 100%);
	border-radius: 10px;
	box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	width: 100%;
}

.home-mag .mag-list-items > .row {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -6px;
	margin-right: -6px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 6px 16px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

.home-mag .mag-list-items .col-md-3 {
	flex: 0 0 22%;
	float: none;
	max-width: 22%;
	padding-left: 6px;
	padding-right: 6px;
	scroll-snap-align: start;
	width: auto;
}

.home-pdf-item:hover .home-pdf-cover {
	box-shadow: -5px 5px 10px rgba(43, 16, 80, 0.28);
	transform: translateY(-3px);
}

.home-pdf-placeholder {
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	font-size: 34px;
	height: 100%;
	justify-content: center;
}

.home-pdf-cover-img {
	display: block;
	height: auto;
	width: 100%;
}

.home-pdf-mark {
	background: rgba(255, 255, 255, 0.76);
	border-radius: 999px;
	color: rgba(64, 0, 149, 0.72);
	font-size: 9px;
	font-weight: bold;
	line-height: 1;
	padding: 4px 6px;
	position: absolute;
	right: 9px;
    left: auto;
    top: 9px;
}

.home-pdf-body {
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: -5px 8px 15px rgba(43, 16, 80, 0.08);
	padding: 8px 10px 10px;
}

.home-pdf-title {
	color: #1a0536;
	display: -webkit-box;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.45;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-pdf-body p {
	color: #777;
	display: -webkit-box;
	font-size: 11px;
	line-height: 1.6;
	margin: 5px 0 0;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-pdf-item.is-image-only .home-pdf-body {
	display: none;
}

@media (max-width: 991px) {
	section.home-shop .home-course-box .home-course-mini-card {
		flex-basis: 164px;
	}

	.home-mag .mag-list-items .col-md-3 {
		flex-basis: 28%;
		max-width: 28%;
	}
}

@media (max-width: 767px) {
	.home-course-mini {
		padding-left: 16px;
		padding-right: 16px;
		width: min(100%, calc(100vw - 36px));
	}

	section.home-shop .home-course-box .home-course-mini-card {
		flex-basis: 200px;
	}

	.home-course-mini-title {
		font-size: 10.5px;
	}

	.home-course-mini-price {
		font-size: 10px;
		min-height: 31px;
	}

	.home-course-mini-price del {
		font-size: 9px;
	}

	.home-products,
	.home-posts {
		padding: 28px 0;
	}

	.home .mag-bg {
		padding-top: 28px;
	}

	.home-products .sec-header-wide,
	.home-posts .sec-header-wide,
	.home-mag .sec-header-wide {
		margin-bottom: 16px;
		max-width: 92%;
	}

	.home-products .sec-header-wide .inner,
	.home-posts .sec-header-wide .inner,
	.home-mag .sec-header-wide .inner {
		border-radius: 16px;
		padding: 13px 14px;
	}

	.home-products .sec-header .h1,
	.home-posts .sec-header .h1,
	.home-mag .sec-header .h1 {
		font-size: 18px;
		margin-bottom: 7px;
	}

	.home-products .sec-header a,
	.home-posts .sec-header a,
	.home-mag .sec-header a {
		font-size: 11px;
		padding: 6px 12px;
	}

	.home-pro-items,
	.home-posts-slide {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}

	.home-pro-items .slick-list,
	.home-posts-slide .slick-list {
		padding-left: 86px;
		padding-right: 15px;
	}

	.home-pro-items .slick-slide,
	.home-posts-slide .slick-slide {
		padding: 0 6px;
	}

	.home-pro-items .pro-card,
	.home-posts .post-card {
		border-radius: 12px;
		margin-bottom: 16px;
	}

	.home-pro-items .pro-card .h2,
	.home-posts .post-card .h2 {
		font-size: 12px;
	}

	.home-pro-items .pro-card .tp {
		padding: 7px 8px 7px;
	}

	.home-pro-items .pro-card .price {
		font-size: 11px;
	}

	.home-pro-items .pro-card .foot {
		display: none;
	}

	.home-pro-items .pro-card .more,
	.home-pro-items .pro-card .buybtn {
		font-size: 9px;
		height: 30px;
		padding: 0 6px;
	}

	.home-pro-items .pro-card .buybtn i {
		display: none;
	}

	.home-mag .mag-list-items .col-md-3 {
		flex-basis: 46%;
		max-width: 46%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.home-mag .mag-list-items .mag-list-item {
		padding: 0px;
	}

	.home-posts .post-card .pc {
		padding: 9px 10px 7px;
	}

	.home-posts .abox,
	.home-posts .post-card .meta .cat {
		display: none;
	}

	.home-posts .post-card .meta {
		padding: 7px 10px;
	}

	.home-pdf-body {
		padding: 7px 8px 9px;
	}

	.home-pdf-title {
		font-size: 12px;
	}

	.home-pdf-body p {
		display: none;
	}
}

.ye-modern-articles {
	background: linear-gradient(180deg, #fcfbff 0%, #f8f5fb 100%);
	direction: rtl;
	padding: 32px 0 36px;
}

.ye-modern-section-hero {
	align-items: center;
	background:
		radial-gradient(circle at 10% 50%, rgba(124, 58, 237, 0.09), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.92));
	border: 1px solid rgba(23, 19, 33, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(23, 19, 33, 0.055);
	direction: rtl;
	display: block;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 34px 36px;
	position: relative;
	text-align: right;
}

.ye-modern-section-hero-copy {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.ye-modern-section-hero-title {
	color: #171321;
	font-size: 31px;
	font-weight: 800;
	line-height: 1.32;
	margin: 0;
	text-align: right;
}

.ye-modern-section-hero-title strong {
	background: linear-gradient(135deg, #7c3aed, #e856a9);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ye-modern-section-hero-subtitle {
	color: rgba(23, 19, 33, 0.6);
	font-size: 13px;
	line-height: 1.8;
	margin: 10px 0 0;
	max-width: 520px;
}

.ye-modern-section-hero-action {
	margin: 16px 0 0;
}

.ye-modern-section-hero-action a {
	align-items: center;
	background: linear-gradient(135deg, #6d28d9, #c026d3);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(109, 40, 217, 0.16);
	color: #fff;
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 800;
	gap: 7px;
	line-height: 1.5;
	padding: 11px 17px;
	text-decoration: none;
	transition: box-shadow 0.2s ease, filter 0.2s ease;
}

.ye-modern-section-hero-action a:hover {
	box-shadow: 0 14px 32px rgba(109, 40, 217, 0.24);
	color: #fff;
	filter: saturate(1.05);
}

.ye-modern-library-title strong {
	background: linear-gradient(135deg, #6d28d9, #d94696);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ye-modern-articles .home-posts-slide {
	margin-left: -10px;
	margin-right: -10px;
}

.ye-modern-articles .home-posts-slide .slick-slide {
	padding: 0 10px;
}

.home-posts.ye-modern-articles .post-card.ye-modern-article-card.card-modern {
	background: #fff;
	border: 1px solid rgba(23, 19, 33, 0.06);
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(23, 19, 33, 0.055);
	height: auto;
	margin: 0 0 16px;
	overflow: visible;
	padding: 18px;
	position: relative;
	transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.ye-modern-articles .post-card.ye-modern-article-card:hover {
	border-color: rgba(124, 58, 237, 0.13);
	box-shadow: 0 14px 32px rgba(23, 19, 33, 0.07);
}

.home-posts.ye-modern-articles .post-card.ye-modern-article-card {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ye-modern-article-cover {
	aspect-ratio: auto;
	background: #efe8f7;
	border-radius: 14px;
	height: clamp(210px, 17vw, 240px);
	overflow: hidden;
	position: relative;
}

.ye-modern-article-cover a {
	display: block;
	height: 100%;
}

.ye-modern-article-cover img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.25s ease;
	width: 100%;
}

.ye-modern-article-card:hover .ye-modern-article-cover img {
	opacity: 0.96;
}

.ye-modern-article-badge {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(124, 58, 237, 0.14);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(23, 19, 33, 0.08);
	color: #6d28d9;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	max-width: calc(100% - 24px);
	overflow: hidden;
	padding: 4px 8px;
	position: absolute;
	right: 10px;
	text-overflow: ellipsis;
	top: 10px;
	white-space: nowrap;
}

.ye-modern-article-icon {
	display: none;
}

.ye-modern-article-body {
	padding: 12px 0 0;
}

.ye-modern-articles .ye-modern-article-title,
.ye-modern-articles .ye-modern-article-title a {
	color: #171321;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.42;
	margin: 0;
	text-decoration: none;
}

.ye-modern-articles .ye-modern-article-title {
	display: -webkit-box;
	min-height: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ye-modern-article-desc {
	color: rgba(23, 19, 33, 0.7);
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.65;
	margin: 6px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ye-modern-articles .abox {
	display: none;
}

.ye-modern-article-footer {
	align-items: center;
	display: flex;
	direction: rtl;
	gap: 12px;
	justify-content: space-between;
	margin-top: 12px;
	width: 100%;
}

.ye-modern-articles .ye-modern-article-meta {
	background: transparent;
	border: 0;
	box-shadow: none;
	direction: rtl;
	display: block;
	margin: 0;
	min-width: 0;
	padding: 0;
	text-align: right;
}

.ye-modern-articles .ye-modern-article-meta .row {
	align-items: center;
	display: flex;
	margin: 0;
}

.ye-modern-articles .ye-modern-article-meta [class*="col-"] {
	float: none;
	padding: 0;
	width: auto;
}

.ye-modern-articles .ye-modern-article-meta .cat {
	display: none;
}

.ye-modern-articles .ye-modern-article-meta .date {
	align-items: center;
	color: rgba(23, 19, 33, 0.48);
	display: inline-flex;
	font-size: 10.5px;
	gap: 5px;
	justify-content: flex-start;
	line-height: 1.5;
	max-width: 100%;
	white-space: nowrap;
}

.ye-modern-articles .ye-modern-article-meta .date i {
	color: #9b8caf;
	font-size: 10.5px;
}

.ye-modern-article-cta-wrap {
	flex: 0 0 auto;
	margin: 0;
}

.ye-modern-article-cta {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(124, 58, 237, 0.18);
	border-radius: 999px;
	color: #5b21b6;
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.5;
	padding: 7px 13px;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.ye-modern-article-cta:hover {
	background: transparent;
	border-color: rgba(124, 58, 237, 0.36);
	color: #7c3aed;
}

.home-posts.ye-modern-articles .post-card .image.ye-modern-article-cover {
	aspect-ratio: auto;
	background: #efe8f7;
	border-radius: 14px;
	height: clamp(210px, 17vw, 240px);
	overflow: hidden;
	position: relative;
}

.home-posts.ye-modern-articles .post-card .pc.ye-modern-article-body {
	min-height: 0;
	padding: 12px 0 0;
}

.home-posts.ye-modern-articles .post-card .h2.ye-modern-article-title {
	display: -webkit-box;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-posts.ye-modern-articles .post-card .meta.ye-modern-article-meta {
	background: transparent;
	border: 0;
	box-shadow: none;
	direction: rtl;
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

.ye-modern-library .mag-bg {
	background:
		radial-gradient(circle at 10% 42%, rgba(124, 58, 237, 0.08), transparent 32%),
		linear-gradient(135deg, #fff 0%, #f7f2ff 100%);
	padding: 36px 0 70px;
}

.ye-modern-library .mag-list-items > .row {
	gap: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 2px 2px 14px;
}

.ye-modern-library .mag-list-items .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.ye-modern-library .home-pdf-item {
	background: rgba(255, 255, 255, 0.72);
	border: 0;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(23, 19, 33, 0.06);
	overflow: hidden;
	padding: 0;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ye-modern-library .home-pdf-item:hover {
	box-shadow: 0 14px 38px rgba(23, 19, 33, 0.09);
	transform: translateY(-3px);
}

.ye-modern-library .home-pdf-cover {
	border-radius: 18px 18px 0 0;
	box-shadow: none;
}

.ye-modern-library .home-pdf-item.is-image-only .home-pdf-cover {
	border-radius: 18px;
}

.ye-modern-library .home-pdf-item:hover .home-pdf-cover {
	box-shadow: none;
	transform: none;
}

.ye-modern-library .home-pdf-body {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 9px 2px 2px;
}

.ye-modern-library .home-pdf-title {
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.55;
}

@media (min-width: 768px) {
	.ye-modern-articles {
		padding: 44px 0 48px;
	}

	.home-posts.ye-modern-articles .home-posts-slide .slick-slide {
		box-sizing: border-box;
	}

	.ye-modern-section-hero {
		padding: 36px 38px;
	}

}

@media (max-width: 767px) {
	.ye-modern-articles {
		padding: 28px 0 32px;
	}

	.ye-modern-section-hero {
		border-radius: 20px;
		display: block;
		margin-bottom: 16px;
		padding: 24px 20px;
	}

	.ye-modern-section-hero-title {
		font-size: 25px;
	}

	.ye-modern-section-hero-subtitle {
		font-size: 12px;
		line-height: 1.8;
	}

	.ye-modern-section-hero-action a {
		font-size: 11.5px;
		padding: 9px 14px;
	}

	.home-posts.ye-modern-articles .post-card.ye-modern-article-card.card-modern {
		border-radius: 18px;
		margin-bottom: 12px;
		padding: 16px;
		width: 100%;
	}

	.ye-modern-articles .home-posts-slide .slick-slide {
		box-sizing: border-box;
		flex: 0 0 84vw;
		max-width: 84vw;
		padding: 0 6px;
		width: 84vw !important;
	}

	.home-posts.ye-modern-articles .home-posts-slide .slick-list {
		overflow: visible;
		padding-left: 12px;
		padding-right: 18px;
	}

	.home-posts.ye-modern-articles .home-posts-slide .post-card-grid {
		width: 100%;
	}

	.ye-modern-article-cover {
		border-radius: 14px;
		height: 180px;
	}

	.ye-modern-article-icon {
		display: none;
		height: 44px;
		margin: -22px auto 0 12px;
		width: 44px;
	}

	.ye-modern-article-body {
		padding-top: 10px;
	}

	.home-posts.ye-modern-articles .post-card .pc.ye-modern-article-body {
		padding-top: 10px;
	}

	.ye-modern-articles .ye-modern-article-title,
	.ye-modern-articles .ye-modern-article-title a {
		font-size: 14.5px;
		line-height: 1.45;
	}

	.home-posts.ye-modern-articles .post-card .h2.ye-modern-article-title {
		font-size: 14.5px;
		line-height: 1.45;
	}

	.ye-modern-article-desc {
		font-size: 12.5px;
		line-height: 1.7;
		margin-top: 5px;
	}

	.ye-modern-article-footer {
		gap: 10px;
		margin-top: 10px;
	}

	.ye-modern-articles .ye-modern-article-meta .date {
		font-size: 10px;
	}

	.ye-modern-articles .ye-modern-article-meta .date i {
		font-size: 10px;
	}

	.ye-modern-article-cta {
		font-size: 11px;
		padding: 6px 11px;
	}

	.ye-modern-library .mag-bg {
		padding: 28px 0 34px;
	}

	.ye-modern-library-hero {
	}

	.ye-modern-library-title {
	}

	.ye-modern-library-subtitle {
	}

	.ye-modern-library-action a {
	}

	.ye-modern-library .mag-list-items .col-md-3 {
		flex-basis: 44%;
		max-width: 44%;
	}

	.ye-modern-library .home-pdf-item {
		border-radius: 16px;
		padding: 0;
	}
}

@media (max-width: 480px) {
	body.home {
		overflow-x: hidden;
	}

	.home-posts.ye-modern-articles {
		overflow: hidden;
	}

	.home-posts.ye-modern-articles .home-posts-slide {
		box-sizing: border-box;
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
		padding-inline: 24px;
		width: calc(100% + 30px);
	}

	.home-posts.ye-modern-articles .home-posts-slide .slick-list {
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}

	.home-posts.ye-modern-articles .home-posts-slide .slick-track {
		align-items: stretch;
		display: flex;
		gap: 16px;
		scroll-padding-inline: 24px;
		scroll-snap-type: x mandatory;
	}

	.home-posts.ye-modern-articles .home-posts-slide .slick-slide {
		box-sizing: border-box;
		flex: 0 0 calc(100vw - 48px);
		max-width: calc(100vw - 48px);
		padding: 0;
		scroll-snap-align: center;
		width: calc(100vw - 48px) !important;
	}

	.home-posts.ye-modern-articles .home-posts-slide .slick-slide > div,
	.home-posts.ye-modern-articles .home-posts-slide .post-card-grid,
	.home-posts.ye-modern-articles .post-card.ye-modern-article-card.card-modern {
		box-sizing: border-box;
		flex: 0 0 calc(100vw - 48px);
		max-width: calc(100vw - 48px);
		width: calc(100vw - 48px);
	}

	.home-posts.ye-modern-articles .post-card.ye-modern-article-card.card-modern {
		padding: 17px;
	}

	.home-posts.ye-modern-articles .post-card .image.ye-modern-article-cover,
	.ye-modern-article-cover {
		aspect-ratio: auto;
		height: 188px;
		width: 100%;
	}
}
