﻿.student-page-shell {
	padding: 0 0 90px;
	background:
		linear-gradient(180deg, rgba(248, 248, 249, 0.96) 0%, rgba(255, 255, 255, 1) 32%, rgba(248, 248, 249, 0.92) 100%);
}

.student-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 34px;
	align-items: stretch;
	margin: 72px 0 48px;
	padding: 28px;
	border: 1px solid rgba(148, 4, 7, 0.12);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 28px 80px rgba(23, 23, 23, 0.08);
}

.student-hero-copy {
	padding: 18px 8px 18px 6px;
}

.student-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--theme_red);
}

.student-kicker::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 1px;
	background: rgba(148, 4, 7, 0.45);
}

.student-hero-copy h3,
.student-section-head h3 {
	margin-bottom: 18px;
	font-size: 38px;
	line-height: 1.18;
	font-weight: 700;
	color: var(--color_tit, #111);
}

.student-hero-copy p,
.student-section-head p,
.student-card-copy p,
.student-note-card p,
.student-contact-panel p,
.student-table-note,
.student-programme-card p,
.student-reference-links a,
.student-feature-card p {
	font-size: 17px;
	line-height: 1.9;
	color: #4d4d4d;
}

.student-hero-media {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.student-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.2) 100%);
}

.student-hero-media img,
.student-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.student-stats-strip,
.student-pill-row,
.student-link-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.student-stats-strip li,
.student-pill-row a,
.student-link-pills a {
	display: inline-flex;
	align-items: center;
	padding: 13px 18px;
	border: 1px solid rgba(148, 4, 7, 0.14);
	background: #fffaf8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #6a292b;
}

.student-pill-row a,
.student-link-pills a,
.student-feature-card a,
.student-card-copy .student-cta,
.student-reference-links a {
	transition: all 0.25s ease;
}

.student-pill-row a:hover,
.student-link-pills a:hover,
.student-feature-card a:hover,
.student-card-copy .student-cta:hover,
.student-reference-links a:hover {
	color: var(--theme_red);
	transform: translateY(-2px);
}

.student-section {
	margin-top: 58px;
}

.student-section-head {
	max-width: 900px;
	margin-bottom: 28px;
}

.student-feature-grid,
.student-card-grid,
.student-note-grid,
.student-programmes {
	display: grid;
	gap: 22px;
}

.student-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.student-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.student-note-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.student-feature-card,
.student-card,
.student-note-card,
.student-contact-panel,
.student-programme-card,
.student-table-wrap {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	box-shadow: 0 18px 44px rgba(18, 18, 18, 0.05);
}

.student-feature-card {
	padding: 26px 24px;
}

.student-feature-card i,
.student-programme-card i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	background: rgba(148, 4, 7, 0.08);
}

.student-feature-card i img,
.student-programme-card i img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.student-feature-card h4,
.student-card-copy h4,
.student-note-card h4,
.student-contact-panel h4,
.student-programme-card h4 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #1c1c1c;
}

.student-card {
	overflow: hidden;
}

.student-card-media {
	height: 256px;
	overflow: hidden;
}

.student-card-copy {
	padding: 28px 26px 30px;
}

.student-card-copy .student-label {
	display: inline-block;
	margin-bottom: 14px;
	padding: 7px 12px;
	background: #f4ecec;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--theme_red);
}

.student-meta-list,
.student-checklist,
.student-reference-links {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.student-meta-list li,
.student-checklist li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.8;
	color: #434343;
}

.student-meta-list li::before,
.student-checklist li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--theme_red);
}

.student-card-copy .student-cta,
.student-feature-card a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
}

.student-card-copy .student-cta::after,
.student-feature-card a::after,
.student-reference-links a::after {
	content: "->";
	font-size: 13px;
}

.student-dual-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 24px;
}

.student-note-card,
.student-contact-panel,
.student-programme-card {
	padding: 28px 26px;
}

.student-note-card .student-kicker,
.student-contact-panel .student-kicker,
.student-programme-card .student-kicker {
	margin-bottom: 12px;
}

.student-note-grid .student-note-card:nth-child(2),
.student-programmes .student-programme-card:nth-child(2) {
	background: #fbf7f4;
}

.student-note-grid .student-note-card:nth-child(3) {
	background: #f8f8f9;
}

.student-contact-panel a,
.student-reference-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #1a1a1a;
}

.student-table-wrap {
	padding: 12px 18px 18px;
	overflow-x: auto;
}

.student-calendar-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 660px;
}

.student-calendar-table thead th {
	padding: 18px 14px;
	background: #f5eeee;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--theme_red);
}

.student-calendar-table tbody td {
	padding: 18px 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 16px;
	line-height: 1.7;
	color: #343434;
	vertical-align: top;
}

.student-calendar-table tbody tr:nth-child(even) {
	background: #fcfcfc;
}

.student-programmes {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.student-programme-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--theme_red);
}

.student-programme-card .student-date {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.45;
	font-weight: 700;
	color: #1a1a1a;
}

.student-reference-links li {
	margin-bottom: 14px;
}

.student-reference-links a {
	font-size: 16px;
}

.student-reference-links a span {
	font-weight: 400;
	color: #777;
}

.student-table-note {
	margin-top: 18px;
}

.student-muted {
	color: #7a7a7a;
}

@media (max-width: 1200px) {
	.student-feature-grid,
	.student-note-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.student-hero-card,
	.student-dual-panel,
	.student-card-grid,
	.student-feature-grid,
	.student-note-grid,
	.student-programmes {
		grid-template-columns: minmax(0, 1fr);
	}

	.student-card-media {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.student-page-shell {
		padding-bottom: 56px;
	}

	.student-hero-card {
		margin: 40px 0 28px;
		padding: 16px;
		gap: 18px;
	}

	.student-hero-copy {
		padding: 8px 4px 10px;
	}

	.student-hero-copy h3,
	.student-section-head h3 {
		font-size: 28px;
	}

	.student-hero-copy p,
	.student-section-head p,
	.student-card-copy p,
	.student-note-card p,
	.student-contact-panel p,
	.student-table-note,
	.student-programme-card p,
	.student-reference-links a,
	.student-feature-card p {
		font-size: 15px;
		line-height: 1.8;
	}

	.student-feature-card,
	.student-card-copy,
	.student-note-card,
	.student-contact-panel,
	.student-programme-card {
		padding: 22px 18px;
	}

	.student-card-copy h4,
	.student-feature-card h4,
	.student-note-card h4,
	.student-contact-panel h4,
	.student-programme-card h4 {
		font-size: 22px;
	}

	.student-stats-strip,
	.student-pill-row,
	.student-link-pills {
		gap: 10px;
	}

	.student-stats-strip li,
	.student-pill-row a,
	.student-link-pills a {
		width: 100%;
	}

	.student-calendar-table {
		min-width: 580px;
	}
}