/* ============================== COLLABORATION SECTION ======================================= */
.collaboration-section {
	position: relative;
	min-height: 650px;
	padding: 110px 120px;
	background: linear-gradient(rgba(11, 27, 63, 0.6), rgba(2, 48, 97, 0.8)),
		url("/finsdemy-ci3/assets/collaboration/collab.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.collaboration-content {
	max-width: 700px;
	z-index: 2;
}

.collaboration-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #bedced;
	border: 1px solid rgba(190, 220, 237, 0.4);
	padding: 6px 14px;
	border-radius: 30px;
	margin-bottom: 26px;
	margin-top: 50px;
}

.collaboration-title h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.6px;
	margin-bottom: 22px;
}

.collaboration-subtitle h4 {
	font-size: 20px;
	font-weight: 500;
	color: #bedced;
	line-height: 1.6;
	margin-bottom: 26px;
}

.collaboration-divider {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #bedced, transparent);
	margin-bottom: 34px;
}

.collaboration-desc p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.05;
	color: rgba(255, 255, 255, 0.92);
	max-width: 620px;
}

@media (max-width: 1024px) {
	.collaboration-section {
		padding: 90px 70px;
	}

	.collaboration-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.collaboration-section {
		padding: 80px 32px;
		text-align: center;
	}

	.collaboration-content {
		margin: 0 auto;
	}

	.collaboration-divider {
		margin-left: auto;
		margin-right: auto;
	}

	.collaboration-title h1 {
		font-size: 32px;
	}
}
/* ============================== COLLABORATION SECTION ======================================= */
/* ================= WHY SECTION ================= */
.why-section {
	padding: 100px 0;
	background: linear-gradient(135deg, #0b2c4d, #123b6e);
	color: #bedced;
}

.why-container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 60px;
	align-items: center;
}

.why-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.why-content h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 18px;
	color: #ffffff;
}

.collaboration-divider {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #6fb1ff, #2d6cdf);
	border-radius: 10px;
	margin-bottom: 22px;
}

.why-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #e0ecff;
}

.why-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.why-card {
	position: relative;
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.12),
		rgba(255, 255, 255, 0.05)
	);
	border-radius: 18px;
	padding: 28px 26px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition: all 0.35s ease;
	overflow: hidden;
}

/* ACCENT LINE */
.why-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 4px;
	height: 40px;
	background: linear-gradient(180deg, #6fb1ff, #2d6cdf);
	border-radius: 10px;
	opacity: 0.85;
}

/* HOVER */
.why-card:hover {
	transform: translateY(-8px);
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.18),
		rgba(255, 255, 255, 0.08)
	);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* ICON BADGE */
.why-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.why-icon ion-icon {
	font-size: 24px;
	color: #bedced;
}

/* TEXT */
.why-text h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #ffffff;
}

.why-text p {
	font-size: 14.5px;
	line-height: 1.6;
	color: #bedced;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
	.why-container {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.why-cards {
		grid-template-columns: 1fr;
	}

	.why-card {
		align-items: center;
		text-align: left;
	}
	#divider-none {
		display: none;
	}
}

/* ================= LINK / CTA SECTION ================= */
.link-section {
	padding: 120px 0;
	background: linear-gradient(135deg, #0a2540, #123b6e);
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-container {
	width: 90%;
	max-width: 1100px;
}

/* GLASS CARD */
.link-card {
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.14),
		rgba(255, 255, 255, 0.06)
	);
	border-radius: 26px;
	padding: 70px 80px;
	text-align: center;
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}

/* BADGE */
.link-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.18);
	padding: 7px 22px;
	border-radius: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 22px;
	color: #ffffff;
}

/* TITLE */
.link-card h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #ffffff;
}

/* DESC */
.link-card p {
	font-size: 17px;
	line-height: 1.8;
	max-width: 720px;
	margin: 0 auto 40px;
	color: #e0ecff;
}

/* ACTIONS */
.link-actions {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn-primary {
	background: linear-gradient(135deg, #2d6cdf, #6fb1ff);
	color: #ffffff;
	padding: 14px 34px;
	border-radius: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(47, 108, 223, 0.45);
}

/* OUTLINE BUTTON */
.btn-outline {
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
	padding: 14px 28px;
	border-radius: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.btn-outline ion-icon {
	font-size: 18px;
}

.btn-outline:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-4px);
}

/* DIVIDER */
.link-divider {
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, #6fb1ff, #2d6cdf);
	border-radius: 10px;
	margin: 46px auto 26px;
}

/* CONTACT */
.link-contact a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #bedced;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.link-contact a:hover {
	color: #ffffff;
}
/* ================= EMAIL PREMIUM ================= */
.link-email {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.email-label {
	font-size: 12px;
	letter-spacing: 1.2px;
	color: #bedced;
	opacity: 0.8;
}

/* EMAIL CARD */
.email-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 26px;
	border-radius: 14px;
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.16),
		rgba(255, 255, 255, 0.07)
	);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

/* ICON */
.email-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.email-icon ion-icon {
	font-size: 18px;
	color: #ffffff;
}

/* TEXT */
.email-text {
	font-size: 14px;
	font-weight: 500;
	color: #e0ecff;
}

/* HOVER */
.email-card:hover {
	transform: translateY(-4px);
	background: linear-gradient(
		160deg,
		rgba(255, 255, 255, 0.22),
		rgba(255, 255, 255, 0.1)
	);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
	.link-card {
		padding: 50px 26px;
	}

	.link-card h1 {
		font-size: 32px;
	}
}
@media (max-width: 414px) {
	.btn-primary {
		width: 100%;
	}
	.btn-outline {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 360px) {
	/* ================= LINK / CTA ================= */
	.link-section {
		padding: 80px 0;
	}

	.link-card {
		padding: 36px 18px;
		border-radius: 20px;
	}

	.link-card h1 {
		font-size: 26px;
		line-height: 1.3;
	}

	.link-card p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 30px;
	}

	.link-actions {
		gap: 14px;
	}

	.btn-primary,
	.btn-outline {
		font-size: 14px;
		padding: 12px 20px;
		border-radius: 12px;
	}

	/* ================= EMAIL ================= */
	.email-card {
		padding: 12px 18px;
		gap: 10px;
	}

	.email-icon {
		width: 34px;
		height: 34px;
	}

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

	.email-text {
		font-size: 13px;
	}

	.email-label {
		font-size: 11px;
	}

	/* ================= WHY SECTION ================= */
	.why-section {
		padding: 70px 0;
	}

	.why-content h1 {
		font-size: 26px;
	}

	.why-content p {
		font-size: 14px;
		line-height: 1.6;
	}

	.why-card {
		padding: 22px 18px;
	}

	.why-text h5 {
		font-size: 15px;
	}

	.why-text p {
		font-size: 13.5px;
	}
}
