/* ==================================================
   SCHOLARSHIPS PAGE
================================================== */

.ns-scholarships-page {
	background: #f7f9fc;
	color: #14213d;
}

.ns-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}


/* ==================================================
   SCHOLARSHIPS HERO SECTION
================================================== */

.ns-scholarships-hero {
	position: relative;
	overflow: hidden;
	padding: 120px 0 105px;
	background:
		linear-gradient(
			135deg,
			rgba(5, 29, 62, 0.98),
			rgba(12, 78, 139, 0.95)
		);
}

.ns-scholarships-hero::before {
	position: absolute;
	top: -160px;
	right: -100px;
	width: 430px;
	height: 430px;
	background: rgba(242, 189, 24, 0.18);
	border-radius: 50%;
	filter: blur(20px);
	content: "";
}

.ns-scholarships-hero::after {
	position: absolute;
	bottom: -220px;
	left: -140px;
	width: 520px;
	height: 520px;
	background: rgba(54, 143, 231, 0.18);
	border-radius: 50%;
	filter: blur(20px);
	content: "";
}

.ns-scholarships-hero__content {
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin-inline: auto;
	text-align: center;
}

.ns-section-label {
	display: inline-flex;
	margin-bottom: 18px;
	color: #f2bd18;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ns-scholarships-hero h1 {
	max-width: 900px;
	margin: 0 auto 24px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 750;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.ns-scholarships-hero p {
	max-width: 730px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.75;
}

.ns-scholarships-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 36px;
}


/* ==================================================
   BUTTONS
================================================== */

.ns-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border-radius: 13px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		box-shadow 0.25s ease;
}

.ns-button:hover {
	transform: translateY(-2px);
}

.ns-button--gold {
	background: #f2bd18;
	color: #102b4e;
	box-shadow: 0 14px 34px rgba(242, 189, 24, 0.22);
}

.ns-button--gold:hover {
	background: #ffce37;
	color: #102b4e;
}

.ns-button--glass {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #ffffff;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.ns-button--glass:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}


/* ==================================================
   SCHOLARSHIP INTRODUCTION SECTION
================================================== */

.ns-scholarship-intro {
	padding: 100px 0;
}

.ns-scholarship-intro__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: 70px;
}

.ns-scholarship-intro__content h2,
.ns-section-heading h2,
.ns-scholarship-partner h2 {
	margin: 0 0 20px;
	color: #102b4e;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -0.035em;
}

.ns-scholarship-intro__content p {
	margin: 0 0 18px;
	color: #64748b;
	font-size: 16px;
	line-height: 1.8;
}

.ns-scholarship-intro__card {
	display: grid;
	gap: 16px;
	padding: 26px;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.88),
			rgba(255, 255, 255, 0.62)
		);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 28px;
	box-shadow: 0 25px 70px rgba(16, 49, 86, 0.12);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.ns-scholarship-intro__stat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	background: rgba(16, 64, 119, 0.06);
	border: 1px solid rgba(16, 64, 119, 0.08);
	border-radius: 18px;
}

.ns-scholarship-intro__stat strong {
	color: #104077;
	font-family: "Montserrat", sans-serif;
	font-size: 27px;
}

.ns-scholarship-intro__stat span {
	color: #64748b;
	font-size: 14px;
	text-align: right;
}


/* ==================================================
   GENERAL SECTION HEADING
================================================== */

.ns-section-heading {
	max-width: 760px;
	margin: 0 auto 52px;
	text-align: center;
}

.ns-section-heading p {
	margin: 0;
	color: #64748b;
	font-size: 17px;
	line-height: 1.75;
}


/* ==================================================
   AVAILABLE SCHOLARSHIPS SECTION
================================================== */

.ns-available-scholarships {
	padding: 100px 0;
	background: #ffffff;
}

.ns-scholarship-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.ns-scholarship-card {
	display: flex;
	flex-direction: column;
	padding: 28px;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.92),
			rgba(244, 248, 253, 0.76)
		);
	border: 1px solid rgba(16, 64, 119, 0.1);
	border-radius: 26px;
	box-shadow: 0 20px 58px rgba(27, 55, 90, 0.1);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.ns-scholarship-card:hover {
	border-color: rgba(16, 64, 119, 0.22);
	box-shadow: 0 30px 80px rgba(27, 55, 90, 0.16);
	transform: translateY(-8px);
}

.ns-scholarship-card__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 26px;
}

.ns-scholarship-card__badge,
.ns-scholarship-card__status {
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}

.ns-scholarship-card__badge {
	background: rgba(242, 189, 24, 0.16);
	color: #946b00;
}

.ns-scholarship-card__status {
	background: rgba(26, 140, 82, 0.1);
	color: #157647;
}

.ns-scholarship-card__icon {
	display: grid;
	width: 62px;
	height: 62px;
	margin-bottom: 24px;
	background: rgba(16, 64, 119, 0.09);
	border: 1px solid rgba(16, 64, 119, 0.1);
	border-radius: 18px;
	color: #104077;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	place-items: center;
}

.ns-scholarship-card h3 {
	margin: 0 0 14px;
	color: #102b4e;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	line-height: 1.35;
}

.ns-scholarship-card > p {
	margin: 0 0 22px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.75;
}

.ns-scholarship-card__features {
	display: grid;
	gap: 11px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.ns-scholarship-card__features li {
	position: relative;
	padding-left: 25px;
	color: #425466;
	font-size: 14px;
}

.ns-scholarship-card__features li::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	width: 18px;
	height: 18px;
	background: rgba(242, 189, 24, 0.16);
	border-radius: 50%;
	color: #946b00;
	font-size: 11px;
	font-weight: 800;
	content: "✓";
	place-items: center;
}

.ns-scholarship-card__footer {
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid rgba(16, 43, 78, 0.08);
}

.ns-scholarship-card__button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #104077;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}


/* ==================================================
   SCHOLARSHIP PROCESS SECTION
================================================== */

.ns-scholarship-process {
	padding: 100px 0;
}

.ns-scholarship-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ns-process-card {
	padding: 27px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(16, 64, 119, 0.09);
	border-radius: 22px;
	box-shadow: 0 16px 45px rgba(27, 55, 90, 0.08);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.ns-process-card__number {
	display: block;
	margin-bottom: 24px;
	color: #d49e00;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 800;
}

.ns-process-card h3 {
	margin: 0 0 12px;
	color: #102b4e;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
}

.ns-process-card p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}


/* ==================================================
   PARTNER CTA SECTION
================================================== */

.ns-scholarship-partner {
	padding: 20px 0 100px;
}

.ns-scholarship-partner__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 60px;
	background:
		linear-gradient(
			135deg,
			rgba(5, 35, 70, 0.98),
			rgba(12, 78, 139, 0.94)
		);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 32px;
	box-shadow: 0 32px 90px rgba(16, 49, 86, 0.22);
}

.ns-scholarship-partner__content {
	max-width: 720px;
}

.ns-scholarship-partner h2 {
	color: #ffffff;
}

.ns-scholarship-partner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 16px;
	line-height: 1.75;
}


/* ==================================================
   SCHOLARSHIPS PAGE RESPONSIVE
================================================== */

@media (max-width: 1024px) {

	.ns-scholarship-intro__grid {
		grid-template-columns: 1fr;
	}

	.ns-scholarship-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-scholarship-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-scholarship-partner__card {
		align-items: flex-start;
		flex-direction: column;
	}

}


@media (max-width: 767px) {

	.ns-container {
		width: min(100% - 28px, 1180px);
	}

	.ns-scholarships-hero {
		padding: 90px 0 75px;
	}

	.ns-scholarships-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.ns-scholarships-hero p {
		font-size: 16px;
	}

	.ns-scholarships-hero__actions,
	.ns-button {
		width: 100%;
	}

	.ns-scholarship-intro,
	.ns-available-scholarships,
	.ns-scholarship-process {
		padding: 75px 0;
	}

	.ns-scholarship-grid,
	.ns-scholarship-process__grid {
		grid-template-columns: 1fr;
	}

	.ns-scholarship-intro__stat {
		align-items: flex-start;
		flex-direction: column;
	}

	.ns-scholarship-intro__stat span {
		text-align: left;
	}

	.ns-scholarship-partner {
		padding: 0 0 75px;
	}

	.ns-scholarship-partner__card {
		padding: 38px 24px;
		border-radius: 24px;
	}

}