/* Fonts via styles/site-fonts.css (global) */

/* =========================================================
   Home Premium v2 — clean, professional school homepage
   ========================================================= */
.home-premium {
	--hp-ink: #132019;
	--hp-muted: #5c6f63;
	--hp-line: #d9e4dc;
	--hp-soft: #f2f7f3;
	--hp-card: #ffffff;
	--hp-accent: #0e9e10;
	--hp-accent-deep: #0a6f0c;
	--hp-accent-mid: #12ba28;
	--hp-accent-soft: rgba(14, 158, 16, 0.1);
	--hp-radius: 14px;
	--hp-font: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
	--hp-display: var(--font-display, 'Source Serif 4', Georgia, serif);
	--hp-shadow: 0 8px 24px rgba(16, 48, 28, 0.06);
	font-family: var(--hp-font);
	color: var(--hp-ink);
	background: #f7faf8;
	overflow-x: hidden;
}

.home-premium *,
.home-premium *::before,
.home-premium *::after {
	box-sizing: border-box;
}

.home-premium a {
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* ---------- Section headers ---------- */
.home-premium .hp-section-head {
	max-width: 560px;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.home-premium .hp-eyebrow {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hp-accent);
	margin-bottom: 0.55rem;
}

.home-premium .hp-section-head .section_title,
.home-premium .hp-section-head h1,
.home-premium .hp-section-head h2 {
	font-family: var(--hp-display);
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--hp-ink);
	margin: 0;
	letter-spacing: -0.02em;
}

.home-premium .features .hp-brand-title {
	font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.home-premium .hp-section-head .section_subtitle {
	margin-top: 0.75rem;
}

.home-premium .hp-section-head .section_subtitle p {
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--hp-muted);
	margin: 0;
}

.home-premium .hp-section-head::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 1rem auto 0;
	border-radius: 2px;
	background: var(--hp-accent);
}

/* ---------- Buttons (reset template .courses_button) ---------- */
.home-premium .courses_button,
.home-premium .hp-actions {
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 2rem auto 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: center;
	line-height: normal !important;
}

.home-premium .courses_button a,
.home-premium .hp-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 0;
	height: auto !important;
	margin: 0;
	padding: 0.8rem 1.6rem !important;
	border-radius: 10px !important;
	background: var(--hp-accent) !important;
	color: #fff !important;
	font-family: var(--hp-font) !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-transform: none !important;
	border: 1px solid transparent !important;
	box-shadow: 0 6px 16px rgba(14, 158, 16, 0.22);
	cursor: pointer;
}

.home-premium .courses_button a:hover,
.home-premium .courses_button:hover a,
.home-premium .hp-btn:hover {
	background: var(--hp-accent-deep) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(10, 111, 12, 0.28);
}

.home-premium .courses_button:hover {
	box-shadow: none !important;
}

/* =========================================================
   HERO — Smart Slide Engine (proporsi & tinggi otomatis)
   ========================================================= */
.home-premium .home[data-smart-slide] {
	width: 100%;
	height: var(--hp-slide-h, clamp(280px, 48vw, 620px));
	min-height: 0 !important;
	max-height: none !important;
	position: relative;
	overflow: hidden;
	background: #0a1a10;
	transition: height 0.28s ease;
}

.home-premium .home[data-smart-slide] .home_slider_container,
.home-premium .home[data-smart-slide] .home_slider,
.home-premium .home[data-smart-slide] .home_slider .owl-stage-outer,
.home-premium .home[data-smart-slide] .home_slider .owl-stage,
.home-premium .home[data-smart-slide] .home_slider .owl-item,
.home-premium .home[data-smart-slide] .home_slide_item {
	width: 100%;
	height: 100% !important;
}

.home-premium .home[data-smart-slide] .home_slide_item {
	position: relative;
	background: #0a1a10;
	overflow: hidden;
}

.home-premium .home[data-smart-slide] .home_slide_img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center center;
}

.home-premium .home[data-smart-slide][data-slide-fit="contain"] .home_slide_img,
.home-premium .home[data-smart-slide] .home_slide_item[data-slide-fit="contain"] .home_slide_img,
.home-premium .home[data-smart-slide] .home_slide_img[data-fit="contain"] {
	object-fit: contain;
	object-position: center center;
	background: #0a1a10;
}

.home-premium .home[data-smart-slide][data-slide-fit="cover"] .home_slide_img,
.home-premium .home[data-smart-slide] .home_slide_item[data-slide-fit="cover"] .home_slide_img,
.home-premium .home[data-smart-slide] .home_slide_img[data-fit="cover"] {
	object-fit: cover;
	object-position: center center;
}

.home-premium .home[data-smart-slide] .home_slide_item::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55%;
	background: linear-gradient(180deg, transparent 0%, rgba(6, 22, 12, 0.5) 55%, rgba(6, 22, 12, 0.82) 100%);
	pointer-events: none;
	z-index: 1;
}

.home-premium .home[data-smart-slide] .home_slider_content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto !important;
	padding: 0 0 clamp(1.25rem, 3.5vw, 2.75rem);
	z-index: 2;
	pointer-events: none;
}

.home-premium .home[data-smart-slide] .home_slider_content .container {
	background: transparent !important;
	border-radius: 0 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	max-width: 1140px;
	margin: 0 auto;
}

.home-premium .home_slider_brand {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.5rem;
}

.home-premium .home_slider_title {
	font-family: var(--hp-display);
	font-size: clamp(1.25rem, 3vw, 2.35rem) !important;
	font-weight: 700;
	line-height: 1.2;
	color: #fff !important;
	text-align: left !important;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
	max-width: 22ch;
}

.home-premium .home_slider_subtitle {
	font-size: clamp(0.85rem, 1.2vw, 1.02rem) !important;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88) !important;
	margin-top: 0.55rem;
	text-align: left !important;
	max-width: 40ch;
}

.home-premium .home_slider_nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	cursor: pointer;
}

.home-premium .home_slider_nav i {
	line-height: 44px;
	color: #fff;
	font-size: 18px;
}

.home-premium .home_slider_nav:hover {
	background: var(--hp-accent);
	border-color: var(--hp-accent);
}

.home-premium .home_slider_prev { left: 1rem; }
.home-premium .home_slider_next { right: 1rem; }

@media (max-width: 767px) {
	.home-premium .home_slider_nav { display: none; }
	.home-premium .home[data-smart-slide] {
		/* Fallback sebelum JS hitung — proporsional di HP */
		height: var(--hp-slide-h, min(52vh, 480px));
		min-height: 260px !important;
	}
	.home-premium .home[data-smart-slide][data-slide-device="mobile"] .home_slide_img,
	.home-premium .home[data-smart-slide][data-slide-fit="cover"] .home_slide_img {
		object-fit: cover;
		object-position: center center;
	}
	.home-premium .home[data-smart-slide] .home_slider_content { padding-bottom: 1.1rem; }
	.home-premium .home_slider_title {
		max-width: none;
		font-size: clamp(1.15rem, 5.2vw, 1.55rem) !important;
	}
	.home-premium .home_slider_subtitle {
		font-size: 0.86rem !important;
		max-width: none;
	}
}

/* =========================================================
   WELCOME + APPS
   ========================================================= */
.home-premium .features {
	width: 100%;
	background: #fff;
	padding: 4rem 0 3.25rem !important;
}

.home-premium .features_row {
	margin-top: 0.35rem;
}

.home-premium .feature_col {
	margin-bottom: 1rem;
	display: flex;
}

.home-premium .feature {
	width: 100%;
	padding: 1.35rem 1.1rem 1.2rem !important;
	background: var(--hp-card);
	border: 1px solid var(--hp-line);
	border-radius: var(--hp-radius);
	box-shadow: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.home-premium .feature a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	height: 100%;
	gap: 0;
}

.home-premium .feature:hover {
	border-color: rgba(14, 158, 16, 0.4);
	box-shadow: var(--hp-shadow);
	transform: translateY(-3px);
}

.home-premium .feature_icon {
	width: 78px !important;
	height: 78px !important;
	min-height: 78px;
	margin: 0 auto 0.7rem !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: var(--hp-accent-soft);
	flex-shrink: 0;
}

.home-premium .feature_icon img {
	width: 48px !important;
	height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	object-fit: contain !important;
	display: block;
}

.home-premium .feature_title {
	position: static !important;
	font-family: var(--hp-font) !important;
	font-size: 0.98rem !important;
	font-weight: 700 !important;
	color: var(--hp-ink) !important;
	margin: 0 0 0.35rem !important;
	margin-top: 0 !important;
	line-height: 1.3;
}

.home-premium .feature_text {
	margin-top: 0 !important;
}

.home-premium .feature_text p {
	font-size: 0.84rem !important;
	line-height: 1.45 !important;
	color: var(--hp-muted);
	margin: 0 !important;
}

/* =========================================================
   PENGUMUMAN
   ========================================================= */
.home-premium .courses {
	position: relative;
	padding: 4rem 0 !important;
	overflow: hidden;
	background: var(--hp-soft);
}

.home-premium .courses .section_background {
	opacity: 0.22;
	filter: saturate(0.7);
}

.home-premium .courses .container {
	position: relative;
	z-index: 1;
}

.home-premium .course {
	height: 100%;
	background: var(--hp-card);
	border-radius: var(--hp-radius);
	overflow: hidden;
	border: 1px solid var(--hp-line);
	box-shadow: none;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-premium .course:hover {
	transform: translateY(-3px);
	box-shadow: var(--hp-shadow);
}

.home-premium .course_image {
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e8efe9;
}

.home-premium .course_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.home-premium .course:hover .course_image img {
	transform: scale(1.04);
}

.home-premium .course_body {
	padding: 1.15rem 1.2rem 0.65rem;
	flex: 1;
}

.home-premium .course_title {
	font-family: var(--hp-font);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.45rem;
}

.home-premium .course_title a {
	color: var(--hp-ink);
	text-decoration: none;
}

.home-premium .course_title a:hover {
	color: var(--hp-accent);
}

.home-premium .course_teacher {
	font-size: 0.76rem;
	color: var(--hp-muted);
	margin-bottom: 0.55rem;
}

.home-premium .course_text {
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--hp-muted);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-premium .course_footer {
	padding: 0.55rem 1.2rem 1.05rem;
	border-top: none !important;
	margin-top: auto;
}

.home-premium .course_info {
	font-size: 0.76rem;
	color: var(--hp-accent-deep);
	font-weight: 600;
}

.home-premium .course_info i {
	margin-right: 0.3rem;
	color: var(--hp-accent);
}

/* =========================================================
   COUNTER / CTA — konten di bawah, background tetap terlihat
   ========================================================= */
.home-premium .counter {
	position: relative;
	min-height: clamp(380px, 52vh, 520px);
	padding: 0 !important;
	background: #0a1a10 !important;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: flex-end;
}

.home-premium .counter_background {
	opacity: 0.62 !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: saturate(1.05);
}

.home-premium .counter::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(8, 24, 14, 0.18) 0%,
			rgba(8, 24, 14, 0.28) 35%,
			rgba(8, 24, 14, 0.72) 68%,
			rgba(6, 18, 10, 0.92) 100%
		);
}

.home-premium .counter .container {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 5.5rem;
	padding-bottom: 2.75rem;
}

.home-premium .counter_content {
	padding-top: 0 !important;
}

.home-premium .counter_title {
	font-family: var(--hp-display);
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	margin-bottom: 0.4rem;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.home-premium .counter_text p {
	font-family: var(--hp-font);
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.88);
	max-width: 34rem;
	margin: 0 auto 1.65rem;
	line-height: 1.6;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.home-premium .milestones {
	gap: 0.85rem;
	max-width: 780px;
	margin: 0 auto;
	position: relative;
}

.home-premium .milestone {
	position: relative;
	flex: 1;
	min-width: 130px;
	text-align: center;
	padding: 1.15rem 0.85rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--hp-radius);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.home-premium .milestone:not(:last-child)::after {
	display: none !important;
	content: none !important;
}

.home-premium .milestone_counter {
	font-family: var(--hp-display);
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: 700;
	color: #fff !important;
	line-height: 1.1;
}

.home-premium .milestone_text {
	font-family: var(--hp-font);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	margin-top: 0.35rem;
}

@media (max-width: 767px) {
	.home-premium .counter {
		min-height: 360px;
		align-items: flex-end;
	}
	.home-premium .counter .container {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}
	.home-premium .milestone:not(:last-child) {
		margin-bottom: 0 !important;
	}
}

/* =========================================================
   TEAM / PENDIDIK — face-centered portraits
   ========================================================= */
.home-premium .team {
	position: relative;
	padding: 4rem 0 !important;
	overflow: hidden;
	background: #fff;
}

.home-premium .team_background {
	opacity: 0.28;
}

.home-premium .team .container {
	position: relative;
	z-index: 1;
}

.home-premium .team_row {
	margin-top: 0.25rem;
}

.home-premium .team_col {
	margin-bottom: 1.5rem !important;
}

.home-premium .team_item {
	width: 100%;
	background: var(--hp-card);
	border-radius: var(--hp-radius);
	overflow: hidden;
	border: 1px solid var(--hp-line);
	box-shadow: none;
	margin-bottom: 0;
	padding: 0 !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-premium .team_item:hover {
	transform: translateY(-3px);
	box-shadow: var(--hp-shadow);
}

/* Centered circular portrait — no awkward crop */
.home-premium .team_image {
	width: 132px !important;
	height: 132px !important;
	padding-bottom: 0 !important;
	position: relative !important;
	overflow: hidden !important;
	border-radius: 50% !important;
	margin: 1.35rem auto 0 !important;
	background: #e6eee8;
	z-index: 1;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px var(--hp-line);
}

.home-premium .team_image img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center 20% !important;
	border-radius: 50% !important;
	display: block;
	padding: 0;
	transition: transform 0.35s ease;
}

.home-premium .team_item:hover .team_image img {
	transform: scale(1.05);
}

.home-premium .team_body {
	width: 100%;
	padding: 0.95rem 0.95rem 1.25rem !important;
	background: var(--hp-card) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	opacity: 1 !important;
	text-align: center;
}

.home-premium .team_item:hover .team_body {
	background: var(--hp-card) !important;
	box-shadow: none !important;
}

.home-premium .team_title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.2rem;
}

.home-premium .team_title a {
	font-family: var(--hp-font) !important;
	font-size: inherit !important;
	color: var(--hp-ink) !important;
	text-decoration: none;
}

.home-premium .team_title a:hover {
	color: var(--hp-accent) !important;
}

.home-premium .team_subtitle {
	font-size: 0.78rem;
	color: var(--hp-muted);
	margin-bottom: 0.7rem;
	line-height: 1.4;
}

.home-premium .team_item .social_list ul {
	display: flex;
	gap: 0.35rem;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.home-premium .team_item .social_list ul li {
	margin: 0 !important;
}

.home-premium .team_item .social_list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--hp-soft);
	color: var(--hp-accent-deep);
	font-size: 0.8rem;
}

.home-premium .team_item .social_list ul li a:hover {
	background: var(--hp-accent);
	color: #fff;
}

/* Override responsive.css team_image sizes */
@media only screen and (max-width: 1199px) {
	.home-premium .team_image {
		width: 120px !important;
		height: 120px !important;
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width: 991px) {
	.home-premium .team_col .team_item,
	.home-premium .team_col:first-child .team_item,
	.home-premium .team_col:nth-child(4n) .team_item,
	.home-premium .team_col:nth-child(odd) .team_item,
	.home-premium .team_col:nth-child(even) .team_item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* =========================================================
   EVENTS
   ========================================================= */
.home-premium .events {
	padding: 4rem 0 3rem !important;
	background: var(--hp-soft);
}

.home-premium .event {
	height: 100%;
	background: var(--hp-card);
	border-radius: var(--hp-radius);
	overflow: hidden;
	border: 1px solid var(--hp-line);
	box-shadow: none;
	margin-bottom: 1.25rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-premium .event:hover {
	transform: translateY(-3px);
	box-shadow: var(--hp-shadow);
}

.home-premium .event_image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8efe9;
}

.home-premium .event_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.home-premium .event:hover .event_image img {
	transform: scale(1.04);
}

.home-premium .event_body {
	padding: 1rem 1.1rem 1.2rem !important;
	gap: 0.85rem;
}

.home-premium .event_date > div {
	min-width: 58px;
	padding: 0.55rem 0.4rem;
	background: var(--hp-accent-soft);
	border-radius: 10px;
	border: 1px solid rgba(14, 158, 16, 0.12);
}

.home-premium .event_day {
	font-family: var(--hp-display);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--hp-accent-deep) !important;
	line-height: 1;
}

.home-premium .event_month {
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--hp-muted) !important;
	margin-top: 0.12rem;
}

.home-premium .event_title {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.45rem;
}

.home-premium .event_title a {
	color: var(--hp-ink);
	text-decoration: none;
}

.home-premium .event_title a:hover {
	color: var(--hp-accent);
}

.home-premium .event_info {
	font-size: 0.78rem;
	color: var(--hp-muted);
	margin-bottom: 0.2rem;
}

.home-premium .event_info i {
	color: var(--hp-accent);
	margin-right: 0.3rem;
	width: 12px;
}

/* =========================================================
   NEWS — tipografi profesional & hierarki jelas
   ========================================================= */
.home-premium .news {
	padding: 1.75rem 0 4rem !important;
	background: #fff;
}

.home-premium .hp-news-label {
	max-width: 1140px;
	margin: 0 auto 1.35rem;
	padding: 0 15px;
}

.home-premium .hp-news-label .hp-eyebrow {
	font-family: var(--hp-font);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.35;
	margin-bottom: 0.35rem;
}

.home-premium .hp-news-label h2 {
	font-family: var(--hp-display);
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	font-weight: 700;
	color: var(--hp-ink);
	margin: 0;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.home-premium .news_post_large {
	background: var(--hp-card);
	border-radius: var(--hp-radius);
	overflow: hidden;
	border: 1px solid var(--hp-line);
	box-shadow: none;
	padding-bottom: 1.35rem;
}

.home-premium .news_post_large .news_post_image {
	overflow: hidden;
	border-radius: 0;
	aspect-ratio: 16 / 9;
	background: #e8efe9;
}

.home-premium .news_post_large .news_post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.home-premium .news_post_large:hover .news_post_image img {
	transform: scale(1.03);
}

.home-premium .news_post_large_title {
	font-family: var(--hp-font) !important;
	font-size: clamp(1.05rem, 1.55vw, 1.25rem) !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	margin-top: 0 !important;
	padding: 1rem 1.25rem 0.25rem;
	letter-spacing: -0.01em;
}

.home-premium .news_post_large_title a {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: 1.45 !important;
	color: var(--hp-ink) !important;
	text-decoration: none;
}

.home-premium .news_post_large_title a:hover {
	color: var(--hp-accent) !important;
}

.home-premium .news_post_meta {
	padding: 0 1.25rem;
	margin-top: 0.3rem !important;
}

.home-premium .news_post_meta ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.1rem;
	list-style: none;
	padding: 0;
	margin: 0 0 0.5rem;
}

.home-premium .news_post_meta ul li {
	line-height: 1.4 !important;
}

.home-premium .news_post_meta ul li:not(:last-of-type)::after {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
	line-height: 1;
	opacity: 0.45;
}

.home-premium .news_post_meta ul li a {
	font-family: var(--hp-font) !important;
	font-size: 0.75rem !important;
	line-height: 1.4 !important;
	color: var(--hp-muted) !important;
	text-decoration: none;
	font-weight: 500 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
}

.home-premium .news_post_text {
	font-family: var(--hp-font) !important;
	padding: 0 1.25rem;
	margin-top: 0.1rem !important;
	font-size: 0.9rem !important;
	line-height: 1.65 !important;
	color: var(--hp-muted);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-premium .news_post_text p,
.home-premium .news_post_text span,
.home-premium .news_post_text div {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: 1.65 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit;
}

.home-premium .news_posts_small {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin-top: 0 !important;
}

.home-premium .news_post_small {
	background: var(--hp-card);
	border: 1px solid var(--hp-line);
	border-radius: 12px;
	padding: 0.6rem !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-premium .news_post_small:not(:last-child),
.home-premium .news_post_small:not(:first-child) {
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
}

.home-premium .news_post_small:hover {
	border-color: rgba(14, 158, 16, 0.3);
	box-shadow: var(--hp-shadow);
}

.home-premium .news_post_small .news_post_image {
	min-width: 88px !important;
	width: 88px !important;
	height: 88px !important;
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	margin: 0 !important;
}

.home-premium .news_post_small .news_post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.home-premium .news_post_small_title {
	font-family: var(--hp-font) !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	padding-left: 0.8rem !important;
	display: flex;
	align-items: center;
	margin: 0;
}

.home-premium .news_post_small_title a {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: 1.5 !important;
	color: var(--hp-ink) !important;
	text-decoration: none;
	letter-spacing: -0.01em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-premium .news_post_small_title a:hover {
	color: var(--hp-accent) !important;
}

/* Section padding unity */
.home-premium .features.py-5,
.home-premium .courses.py-5,
.home-premium .team.py-5,
.home-premium .events.pt-5 {
	padding-top: 4rem !important;
	padding-bottom: 3.25rem !important;
}
