.international-banner {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	background: url("/finsdemy-ci3/assets/tentangkami/tentangkami.png") center /
		cover no-repeat;
	overflow: hidden;
}
.international-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(11, 27, 63, 0.85) 0%,
		rgba(2, 48, 97, 0.78) 55%,
		rgba(2, 48, 97, 0.55) 100%
	);
	z-index: 1;
}
.international-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 80px;
	margin-top: 180px;
}
.international-content {
	max-width: 620px;
	color: #ffffff;
	animation: fadeUp 0.9s ease;
}

.banner-eyebrow {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #bedced;
	margin-bottom: 14px;
}

.international-content h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.international-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #d9e7f3;
	margin-bottom: 32px;
}
.banner-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.btn-primary {
	padding: 14px 28px;
	border-radius: 12px;
	background: linear-gradient(135deg, #014a8f, #023061);
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 18px 40px rgba(1, 74, 143, 0.45);
	transition: all 0.3s ease;
}

.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 25px 55px rgba(1, 74, 143, 0.55);
}

.btn-secondary {
	padding: 14px 28px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-secondary:hover {
	background: rgba(255, 255, 255, 0.12);
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.international-container {
		padding: 0 40px;
	}

	.international-content h1 {
		font-size: 38px;
	}
}

@media (max-width: 768px) {
	.international-banner {
		min-height: 460px;
	}

	.international-content {
		max-width: 100%;
		text-align: center;
	}

	.banner-actions {
		justify-content: center;
	}

	.international-content h1 {
		font-size: 34px;
	}
}

@media (max-width: 480px) {
	.international-container {
		padding: 0 24px;
	}

	.international-content h1 {
		font-size: 28px;
	}

	.international-content p {
		font-size: 14px;
	}

	.btn-primary,
	.btn-secondary {
		width: 100%;
		text-align: center;
	}
}

.certificate-section {
	padding: 80px 120px;
	background: linear-gradient(180deg, #bedced 0%, #ffffff 60%);
}

.certificate-wrapper {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 40px;
}

.certificate-status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	color: #0b1b3f;
	background-color: #ffffff;
	padding: 10px 20px;
	border-radius: 10px;
}

.certificate-status h3 {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #023061;
}

.certificate-page {
	display: flex;
	align-items: center;
	gap: 10px;
}

.certificate-page ion-icon {
	font-size: 26px;
	cursor: pointer;
	color: #023061;
	transition: transform 0.2s ease;
}

.certificate-page ion-icon:hover {
	transform: scale(1.1);
}

.certificate-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
}

.certificate-item {
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(11, 27, 63, 0.08);
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}

.certificate-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(11, 27, 63, 0.15);
}

.certificate-img {
	background: linear-gradient(135deg, #0b1b3f, #023061);
	padding: 25px;
	display: flex;
	justify-content: center;
}

.certificate-img img {
	max-width: 100%;
	height: auto;
}

.certificate-title {
	padding: 20px 22px 10px;
}

.certificate-title h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #0b1b3f;
}

.certificate-desc {
	padding: 0 22px 20px;
}

.certificate-desc p {
	font-size: 14px;
	color: #4a5d73;
	line-height: 1.6;
}

.certificate-detail {
	margin-top: auto;
	padding: 18px 22px;
	border-top: 1px solid #e6eef5;
	display: flex;
	align-items: center;
	gap: 14px;
}

.certificate-company img {
	width: 42px;
	height: auto;
}

.certificate-company-name h3 {
	font-size: 12px;
	font-weight: 600;
	color: #023061;
	margin-bottom: 2px;
}

.certificate-company-name p {
	font-size: 13px;
	font-weight: 700;
	color: #0b1b3f;
}

.certificate-price {
	margin-left: auto;
}

.certificate-price p {
	font-size: 15px;
	font-weight: 800;
	color: #023061;
}

.certificate-right {
	background: #ffffff;
	padding: 28px;
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(11, 27, 63, 0.08);
	height: fit-content;
}

.certificate-searchbar {
	position: relative;
	margin-bottom: 30px;
}

.certificate-searchbar input {
	width: 100%;
	padding: 14px 45px 14px 16px;
	border-radius: 12px;
	border: 1px solid #d6e4ef;
	font-size: 14px;
	outline: none;
}

.certificate-searchbar ion-icon {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #023061;
}

.certificate-filter h3 {
	font-size: 16px;
	font-weight: 700;
	color: #0b1b3f;
	margin-bottom: 15px;
}

.certificate-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.certificate-checkbox input {
	accent-color: #023061;
	width: 16px;
	height: 16px;
}

.certificate-checkbox p {
	font-size: 14px;
	color: #4a5d73;
}
#certificate-mobile {
	display: none;
}
.certificate-btn-register {
	background-color: #0b1b3f;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.certificate-btn-register a {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}
.certificate-btn-register:hover {
	transition: all ease-in-out 0.2s;
	background-color: #014a8f;
}
@media (max-width: 1024px) {
	.certificate-section {
		padding: 60px 40px;
	}

	.certificate-wrapper {
		grid-template-columns: 1fr;
	}
	#certificate-mobile {
		display: block;
		margin-bottom: 30px;
	}
	#certificate-mobile .certificate-filter {
		display: flex;
		gap: 20px;
	}
	#certificate-full {
		display: none;
	}
}
@media (max-width: 420px) {
	/* ======================
       SECTION & LAYOUT
       ====================== */
	.certificate-section {
		padding: 40px 16px;
	}

	.certificate-wrapper {
		gap: 24px;
	}

	/* ======================
       STATUS BAR
       ====================== */
	.certificate-status {
		flex-direction: column;
		gap: 10px;
		padding: 12px 16px;
		align-items: flex-start;
	}

	.certificate-status h3 {
		font-size: 12px;
	}

	.certificate-page {
		width: 100%;
		justify-content: flex-start;
	}

	.certificate-page ion-icon {
		font-size: 22px;
	}

	/* ======================
       CERTIFICATE GRID
       ====================== */
	.certificate-items {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	/* ======================
       CARD
       ====================== */
	.certificate-item {
		border-radius: 16px;
	}

	.certificate-img {
		padding: 18px;
	}

	/* TITLE */
	.certificate-title {
		padding: 16px 16px 8px;
	}

	.certificate-title h3 {
		font-size: 14px;
		line-height: 1.4;
	}

	/* DESC */
	.certificate-desc {
		padding: 0 16px 16px;
	}

	.certificate-desc p {
		font-size: 13px;
		line-height: 1.5;
	}

	/* ======================
       FOOTER DETAIL
       ====================== */
	.certificate-detail {
		padding: 14px 16px;
		gap: 10px;
	}

	.certificate-company img {
		width: 34px;
	}

	.certificate-company-name h3 {
		font-size: 11px;
	}

	.certificate-company-name p {
		font-size: 12px;
	}

	.certificate-price p {
		font-size: 14px;
	}

	/* ======================
       RIGHT PANEL (MOBILE)
       ====================== */
	.certificate-right {
		padding: 20px;
		border-radius: 16px;
	}

	.certificate-searchbar {
		margin-bottom: 20px;
	}

	.certificate-searchbar input {
		padding: 12px 40px 12px 14px;
		font-size: 13px;
	}

	.certificate-searchbar ion-icon {
		font-size: 16px;
	}

	.certificate-filter h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.certificate-checkbox p {
		font-size: 13px;
	}

	/* ======================
       MOBILE FILTER BAR
       ====================== */
	#certificate-mobile {
		margin-bottom: 20px;
	}

	#certificate-mobile .certificate-filter {
		gap: 16px;
	}
}
