/* ============================================================
   HOME PAGE STYLES - indexJournal
   Matches the design: Hero, Stats Bar, Scope Grid, Articles, Sidebar
   ============================================================ */

/* Full-width override for homepage container */
.pkp_page_index .pkp_structure_page {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	background: #edf2f7 !important;
	/* Soft blue-grey page background */
}

.pkp_page_index .pkp_structure_content {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.pkp_page_index .pkp_structure_main {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.pkp_page_index .pkp_structure_main:first-child:last-child {
	margin: 0 !important;
}

.pkp_page_index .pkp_structure_content.has_sidebar {
	display: block !important;
}

.pkp_page_index .pkp_structure_sidebar {
	display: none !important;
}

.home_page_wrapper {
	width: 100%;
	background: #f0f4f8;
	/* Soft blue-grey background matching Gambar 1 */
	padding-bottom: 60px;
}

/* ===== HERO SECTION ===== */
.home_hero {
	position: relative;
	width: 100%;
	min-height: 460px;
	background-image: url('hero_bg.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 80px;
	/* Space for overlay curve */
	box-sizing: border-box;
	border-bottom-left-radius: 30px;
	/* Large curved bottom corners */
	border-bottom-right-radius: 30px;
}

.home_hero_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(11, 66, 156, 0.88) 0%, rgba(2, 132, 199, 0.75) 100%);
	z-index: 1;
}

.home_hero_content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 80px 20px 40px;
	max-width: 760px;
	margin: 0 auto;
}

.home_hero_title {
	font-family: 'Inter', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 16px 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.home_hero_subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	margin: 0 0 32px 0;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.home_hero_search {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

.home_hero_search_inner {
	display: flex;
	align-items: center;
	background: #ffffff;
	/* Rounded pill search box */
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	padding: 5px 5px 5px 20px;
}

.home_hero_search_icon {
	width: 18px;
	height: 18px;
	color: #9ca3af;
	flex-shrink: 0;
}

.home_hero_search_input {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 14px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #1f2937;
	background: transparent;
}

.home_hero_search_btn {
	background: #0b429c;
	color: #ffffff;
	border: none;
	/* Pill button */
	padding: 10px 26px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.home_hero_search_btn:hover {
	background: #1d4ed8;
}

/* ===== STATS BAR ===== */
.home_stats_bar {
	display: flex;
	justify-content: center;
	gap: 28px;
	padding: 0 5rem;
	margin-top: -55px;
	/* Overlaps curved Hero spanduk perfectly */
	position: relative;
	z-index: 10;
	flex-wrap: wrap;
}

.home_stats_card {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #ffffff;
	border-radius: 16px;
	/* High rounded corners */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	/* Premium soft shadow */
	padding: 16px 24px;
	min-width: 180px;
	flex: 1;
	max-width: 260px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid rgba(226, 232, 240, 0.8);
}

.home_stats_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.home_stats_icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.home_stats_icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

/* Specific colors for icons to match target design */
.home_icon_blue {
	background: #e6f0fa;
	color: #0b429c;
}

.home_icon_orange {
	background: #fdf2e9;
	color: #e67e22;
}

.home_icon_green {
	background: #eafaf1;
	color: #2ecc71;
}

.home_stats_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home_stats_number {
	font-family: 'Inter', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: #0b429c;
	line-height: 1.1;
	display: flex;
	align-items: baseline;
}

.home_stats_suffix {
	font-size: 12px;
	font-weight: 700;
	color: #0b429c;
	margin-left: 4px;
	line-height: 1;
}

.home_stats_label {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	color: #64748b;
	margin-top: 1px;
	line-height: 1.3;
}

/* ===== MAIN LAYOUT ===== */
.home_main_layout {
	display: flex;
	gap: 36px;
	max-width: 1200px;
	margin: 30px auto 0;
	padding: 0 5rem;
	box-sizing: border-box;
	align-items: flex-start;
}

.home_content_col {
	flex: 1;
	min-width: 0;
}

/* ===== SECTIONS ===== */
.home_section {
	margin-bottom: 30px;
}

.home_section_title {
	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-weight: 800;
	color: #1e293b;
	margin: 0 0 20px 0 !important;
	padding: 0;
}

/* ===== FOCUS AND SCOPE GRID ===== */
.home_scope_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.home_scope_card {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	padding: 20px 24px;
	display: flex;
	gap: 0;
	align-items: flex-start;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.home_scope_card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	transform: translateY(-2px);
}

.home_scope_body {
	width: 100%;
}

.home_scope_inline_icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 8px;
	color: #0b429c;
	flex-shrink: 0;
}

.home_scope_name {
	display: flex;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #0b429c;
	margin: 0 0 8px 0 !important;
}

.home_scope_desc {
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	color: #64748b;
	line-height: 1.5;
	margin: 0;
}

/* ===== ARTICLES SECTION ===== */
.home_articles_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	border-top: 1px solid #e2e8f0;
}

.home_articles_vol {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #0056b3;
	text-decoration: none;
	background: #e6f0fa;
	/* Light blue badge */
	padding: 6px 14px;
	border-radius: 20px;
	transition: background 0.2s ease;
}

.home_articles_vol:hover {
	background: #d0e4f7;
}

.home_article_card {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	padding: 28px 30px;
	margin-bottom: 20px;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.home_article_card:hover {
	box-shadow: 0 10px 30px rgba(11, 66, 156, 0.08);
	transform: translateY(-2px);
}

.home_article_title {
	font-family: 'Inter', sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	margin: 0 0 12px 0 !important;
	line-height: 1.45;
}

.home_article_title a {
	color: #1e293b;
	text-decoration: none;
	transition: color 0.2s ease;
}

.home_article_title a:hover {
	color: #0b429c;
}

.home_article_abstract {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	color: #64748b;
	line-height: 1.65;
	margin: 0 0 20px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Custom aligned footer metadata row */
.home_article_footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid #f1f5f9;
	padding-top: 18px;
	margin-top: 18px;
	flex-wrap: wrap;
	gap: 16px;
}

.home_article_meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}

.home_article_authors {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	color: #1e293b;
}

.home_article_date {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #94a3b8;
}

.home_article_actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.home_article_pdf_btn {
	display: inline-flex;
	align-items: center;
	background: #0b429c;
	/* Brand blue */
	color: #ffffff !important;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 18px;
	border-radius: 20px;
	/* Rounded pill */
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: 0 4px 10px rgba(11, 66, 156, 0.15);
}

.home_article_pdf_btn:hover {
	background: #1d4ed8;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(11, 66, 156, 0.25);
}

.home_article_pdf_btn svg {
	width: 13px;
	height: 13px;
	display: block;
}

.home_article_doi {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #475569;
	background: #f1f5f9;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: 500;
	border: 1px solid #e2e8f0;
}

.home_view_all_row {
	text-align: center;
	margin-top: 32px;
}

.home_view_all_link {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #0b429c;
	text-decoration: none;
	transition: color 0.2s ease;
}

.home_view_all_link:hover {
	color: #1d4ed8;
}

/* ===== SIDEBAR ===== */
.home_sidebar_col {
	width: 290px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.home_sidebar_actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home_sidebar_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 18px;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	cursor: pointer;
}

.home_sidebar_btn svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.home_sidebar_btn_primary {
	background: #0b429c;
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(11, 66, 156, 0.2);
}

.home_sidebar_btn_primary:hover {
	background: #1d4ed8;
	box-shadow: 0 6px 16px rgba(11, 66, 156, 0.3);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.home_sidebar_btn_outline {
	background: #f0f7ff !important;
	/* Soft blue tint */
	color: #0b429c !important;
	border: 1.5px solid #0b429c;
}

.home_sidebar_btn_outline:hover {
	background: #eff6ff !important;
}

/* Sidebar cards with thick blue divider line at top */
.home_sidebar_card {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(11, 66, 156, 0.03);
	position: relative;
	overflow: hidden;
}

/* Divider effect between sidebar cards */
.home_sidebar_card+.home_sidebar_card {
	border-top: 4px solid #0b429c;
	/* Thick blue separator line */
}

.home_sidebar_card_title {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #1e293b;
	margin: 0 0 18px 0 !important;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.home_sidebar_card_title svg {
	width: 18px;
	height: 18px;
	color: #0b429c;
	flex-shrink: 0;
}

/* Announcements in sidebar */
.home_announcements_wrapper .cmp_announcement {
	border-bottom: 1px solid #f1f5f9;
	padding: 12px 0;
}

.home_announcement_item {
	padding: 12px 0;
	border-bottom: 1px solid #f1f5f9;
}

.home_announcement_item:last-child {
	border-bottom: none;
}

.home_announcement_date {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	color: #94a3b8;
	margin-bottom: 6px;
	font-weight: 500;
}

.home_announcement_title {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #1e293b;
	text-decoration: none;
	line-height: 1.5;
	transition: color 0.2s ease;
	display: block;
}

.home_announcement_title:hover {
	color: #0b429c;
}

.home_sidebar_more_link {
	display: inline-block;
	margin-top: 14px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #0056b3;
	text-decoration: none;
	transition: color 0.2s ease;
}

.home_sidebar_more_link:hover {
	color: #0b429c;
}

/* Indexing tags uniform grey */
.home_indexing_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home_index_tag {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 600;
	background: #f1f5f9 !important;
	/* Uniform soft grey */
	color: #475569 !important;
	/* Slate grey text */
	border-radius: 6px;
	padding: 6px 12px;
	border: 1px solid #e2e8f0;
	transition: background 0.2s ease;
}

.home_index_tag:hover {
	background: #e2e8f0 !important;
}

/* Journal metrics */
.home_metrics_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.home_metric_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home_metric_value {
	font-family: 'Inter', sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	color: #0b429c;
	line-height: 1.1;
}

.home_metric_label {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	color: #64748b;
	margin-top: 6px;
	line-height: 1.4;
	font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
	.home_main_layout {
		padding: 0 2rem;
		gap: 24px;
	}

	.home_stats_bar {
		padding: 0 2rem;
		gap: 16px;
	}
}

@media (max-width: 900px) {
	.home_main_layout {
		flex-direction: column;
		padding: 0 1.5rem;
		margin: 40px auto;
	}

	.home_sidebar_col {
		width: 100%;
		gap: 24px;
	}
}

@media (max-width: 640px) {
	.home_hero_title {
		font-size: 2.25rem;
	}

	.home_scope_grid {
		grid-template-columns: 1fr;
	}

	.home_stats_bar {
		gap: 12px;
		padding: 0 1rem;
		margin-top: -45px;
	}

	.home_stats_card {
		padding: 16px 20px;
	}

	.home_stats_icon svg {
		width: 55px;
		height: 55px;
	}

	.home_stats_number {
		font-size: 1.8rem;
	}

	.home_main_layout {
		padding: 0 1rem;
		margin: 32px auto 40px;
	}
}