/* GDC Saarthi — Reference homepage design (v1.6 — hero banner match) */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Noto+Sans+Devanagari:wght@700;800;900&display=swap");

.gdc-home.gdc-public {
	--gdc-ref-blue: #003399;
	--gdc-ref-blue-dark: #002266;
	--gdc-ref-green: #28a745;
	--gdc-ref-green-light: #2db84d;
	--gdc-ref-ink: #0d2d6b;
	--gdc-ref-muted: #6b7c93;
	--gdc-ref-gray-bar: #f0f4f8;
	--gdc-ref-card-radius: 15px;
	--gdc-ref-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	font-family: "Poppins", "Segoe UI", Roboto, system-ui, sans-serif;
	padding: 0;
	background: #ffffff;
	overflow-x: hidden;
}

/* ---- Hero (2nd reference banner) ---- */
.gdc-home .gdc-home-portal {
	position: relative;
	padding: clamp(28px, 3.5vw, 48px) 0 clamp(8px, 1.5vw, 20px);
	background:
		linear-gradient(118deg, #f4f9ff 0%, #eef6ff 38%, #ffffff 72%, #f7fbff 100%);
	overflow: hidden;
	min-height: clamp(280px, 32vw, 420px);
}

.gdc-home .gdc-home-portal-deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.gdc-home .gdc-home-portal-deco-hex {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 0 52 14v28L28 56 4 42V14Z' fill='none' stroke='%2399c2f0' stroke-width='1'/%3E%3C/svg%3E");
	background-size: 56px 100px;
	background-position: left top;
	opacity: 0.14;
	mask-image: linear-gradient(90deg, #000 0%, transparent 42%);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 42%);
}

.gdc-home .gdc-home-portal-deco-wave {
	background:
		radial-gradient(ellipse 80% 55% at 88% 18%, rgba(147, 197, 253, 0.28) 0%, transparent 68%),
		radial-gradient(ellipse 70% 50% at 72% 88%, rgba(191, 219, 254, 0.35) 0%, transparent 70%),
		radial-gradient(ellipse 55% 40% at 18% 92%, rgba(219, 234, 254, 0.45) 0%, transparent 72%);
}

.gdc-home .gdc-home-portal-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	z-index: 0;
	pointer-events: none;
	user-select: none;
	border: 0;
	filter: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	image-rendering: auto;
}

.gdc-home .gdc-home-portal-bg--desktop {
	display: block;
}

.gdc-home .gdc-home-portal-mobile-media {
	display: none;
}

.gdc-home .gdc-home-portal-mobile-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center center;
	border: 0;
	filter: none;
}

.gdc-home .gdc-home-portal-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.gdc-home .gdc-home-portal-overlay {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.gdc-home .gdc-home-portal-inner {
	position: relative;
	z-index: 3;
}

.gdc-home .gdc-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(12px, 2vw, 28px);
	align-items: center;
	min-height: clamp(380px, 38vw, 520px);
}

.gdc-home .gdc-home-hero-grid--text-only {
	grid-template-columns: 1fr;
	max-width: 100%;
	min-height: 0;
}

.gdc-home .gdc-portal-header {
	text-align: left;
	margin: 0;
	padding: clamp(8px, 1.2vw, 16px) 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	z-index: 4;
}

.gdc-home .gdc-portal-badge {
	display: inline-block;
	padding: 7px 16px;
	margin-bottom: 18px;
	border-radius: 6px;
	background: var(--gdc-portal-label, var(--gdc-ref-blue));
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1.2;
}

.gdc-home .gdc-portal-label,
.gdc-home .gdc-portal-label-line {
	display: none !important;
}

.gdc-home .gdc-portal-brand {
	display: block;
	margin: 0 0 14px;
	line-height: 1;
	text-shadow: none;
	filter: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}

.gdc-home .gdc-portal-brand-line {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: baseline !important;
	gap: 10px 14px;
	white-space: nowrap !important;
	max-width: 100%;
}

.gdc-home .gdc-portal-brand-gdc {
	display: inline !important;
	font-size: clamp(58px, 7vw, 96px);
	font-weight: 900;
	color: var(--gdc-portal-brand-gdc, var(--gdc-ref-blue));
	letter-spacing: -0.03em;
	text-shadow: none;
	filter: none;
	line-height: 1;
	white-space: nowrap !important;
	flex: 0 0 auto;
}

.gdc-home .gdc-portal-brand-saarthi {
	display: inline !important;
	font-size: clamp(58px, 7vw, 96px);
	font-weight: 900;
	font-family: "Poppins", "Noto Sans Devanagari", "Segoe UI", system-ui, sans-serif;
	color: var(--gdc-portal-brand-saarthi, var(--gdc-ref-green));
	letter-spacing: -0.01em;
	text-shadow: none;
	filter: none;
	line-height: 1;
	white-space: nowrap !important;
	flex: 0 0 auto;
}

.gdc-home .gdc-portal-headline {
	margin: 0 0 8px;
	max-width: 30ch;
	font-size: clamp(16px, 1.55vw, 21px);
	font-weight: 700;
	line-height: 1.45;
	color: var(--gdc-portal-headline, var(--gdc-ref-ink));
	text-shadow: none;
}

.gdc-home .gdc-portal-headline-rule {
	display: flex;
	gap: 0;
	width: 72px;
	height: 3px;
	margin: 0 0 12px;
	border-radius: 999px;
	overflow: hidden;
}

.gdc-home .gdc-portal-headline-rule span:first-child {
	flex: 1;
	background: var(--gdc-ref-green);
}

.gdc-home .gdc-portal-headline-rule span:last-child {
	flex: 1;
	background: var(--gdc-ref-blue);
}

.gdc-home .gdc-portal-tagline {
	margin: 0;
	max-width: 40ch;
	font-size: clamp(13px, 1vw, 15px);
	line-height: 1.65;
	color: var(--gdc-portal-tagline, var(--gdc-ref-muted));
}

.gdc-home .gdc-portal-explore-zone {
	margin-top: 22px;
	text-align: left;
}

.gdc-home .gdc-portal-actions-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.gdc-home .gdc-portal-explore-zone--auth-only .gdc-portal-actions-row {
	justify-content: flex-start;
}

.gdc-home .gdc-student-auth--home {
	flex: 1 1 280px;
	min-width: min(100%, 280px);
	max-width: 420px;
	padding: 14px 16px;
	border: 2px solid rgba(0, 51, 153, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.gdc-home .gdc-student-auth-hint,
.gdc-home .gdc-student-auth-welcome {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--gdc-ref-muted);
}

.gdc-home .gdc-student-auth-welcome {
	font-weight: 700;
	color: var(--gdc-ref-ink);
}

.gdc-home .gdc-student-auth-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gdc-home .gdc-student-auth-actions .gdc-btn,
.gdc-home .gdc-student-auth-actions .btn {
	min-height: 44px;
	padding: 10px 18px !important;
	border-radius: 10px !important;
	font-weight: 700;
}

.gdc-home .gdc-btn-outline {
	background: #ffffff !important;
	color: var(--gdc-ref-blue) !important;
	border: 2px solid rgba(0, 51, 153, 0.22) !important;
}

.gdc-home .gdc-portal-auth-mobile-slot {
	display: none;
}

.gdc-home .gdc-portal-explore-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: center;
	flex-shrink: 0;
	height: auto;
	gap: 10px;
	min-height: 46px;
	padding: 11px 28px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--gdc-portal-explore-btn-bg, var(--gdc-ref-green)) !important;
	color: var(--gdc-portal-explore-btn-text, #ffffff) !important;
	font-size: clamp(14px, 1vw, 16px) !important;
	font-weight: 700 !important;
	box-shadow: 0 6px 18px rgba(40, 167, 69, 0.32);
	text-decoration: none !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.gdc-home .gdc-portal-explore-btn:hover,
.gdc-home .gdc-portal-explore-btn:focus {
	background: var(--gdc-portal-explore-btn-hover-bg, #218838) !important;
	color: var(--gdc-portal-explore-btn-hover-text, #ffffff) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(40, 167, 69, 0.38);
}

.gdc-home .gdc-btn-arrow {
	font-size: 1.1em;
	line-height: 1;
	font-weight: 400;
}

/* Hero right media removed — background image only */

/* ---- Cards section (2nd reference) ---- */
.gdc-home .gdc-home-cards-section {
	padding: clamp(20px, 3vw, 36px) 0 clamp(28px, 3vw, 44px);
	background: #ffffff;
	margin-top: 0;
	--gdc-portal-card-title: #003399;
	--gdc-portal-card-text: #5a6b82;
	--gdc-portal-btn-bg: #003399;
	--gdc-portal-btn-text: #ffffff;
	--gdc-portal-btn-hover-bg: #002266;
	--gdc-portal-btn-hover-text: #ffffff;
	--gdc-portal-track-title: #1a9338;
	--gdc-portal-track-text: #334155;
	--gdc-portal-track-badge-start: #1a9338;
	--gdc-portal-track-badge-end: #28a745;
	--gdc-portal-track-btn-bg: #ffffff;
	--gdc-portal-track-btn-text: #1a9338;
	--gdc-portal-feature-text: #ffffff;
}

.gdc-home .gdc-home-container {
	max-width: 100%;
	padding-left: clamp(18px, 4vw, 72px);
	padding-right: clamp(18px, 4vw, 72px);
}

.gdc-home .gdc-home-cards-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 22px);
	align-items: stretch;
}

.gdc-home .gdc-home-card-col {
	display: flex;
	min-width: 0;
}

.gdc-home .gdc-home-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 28px 20px 24px;
	background: #ffffff;
	border: 1px solid rgba(0, 71, 171, 0.08);
	border-radius: var(--gdc-ref-card-radius);
	box-shadow: var(--gdc-ref-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	min-height: 300px;
}

.gdc-home .gdc-home-card::before,
.gdc-home .gdc-home-card::after,
.gdc-home .gdc-portal-card-deco {
	display: none !important;
}

.gdc-home .gdc-home-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 24px rgba(0, 71, 171, 0.14);
}

.gdc-home .gdc-home-card-icon {
	width: var(--gdc-icon-desktop);
	height: var(--gdc-icon-desktop);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 16px;
	flex-shrink: 0;
	background: #f0f6ff;
}

.gdc-home .gdc-card-blue .gdc-home-card-icon { background: #fff4e8; }
.gdc-home .gdc-card-pink .gdc-home-card-icon { background: #f0f6ff; }
.gdc-home .gdc-card-orange .gdc-home-card-icon { background: #eef6ff; }
.gdc-home .gdc-card-teal .gdc-home-card-icon { background: #eef6ff; }
.gdc-home .gdc-card-purple .gdc-home-card-icon { background: #fff8ee; }

.gdc-home .gdc-home-card-img {
	width: calc(var(--gdc-icon-desktop) * 0.58);
	height: calc(var(--gdc-icon-desktop) * 0.58);
	object-fit: contain;
}

.gdc-home .gdc-home-card-emoji {
	font-size: calc(var(--gdc-icon-desktop) * 0.46);
	line-height: 1;
}

.gdc-home .gdc-home-card-title {
	margin: 0 0 12px;
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 700;
	line-height: 1.35;
	color: #003399 !important;
}

.gdc-home .gdc-home-card-text {
	margin: 0 0 20px;
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.6;
	color: #5a6b82 !important;
}

.gdc-home .gdc-home-card-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-height: 46px;
	margin-top: auto;
	padding: 12px 20px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #003399 !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(0, 51, 153, 0.2);
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.gdc-home .gdc-home-card-btn:hover,
.gdc-home .gdc-home-card-btn:focus {
	background: #002266 !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 51, 153, 0.28);
}

.gdc-home .gdc-card-pink .gdc-home-card-btn,
.gdc-home .gdc-card-orange .gdc-home-card-btn,
.gdc-home .gdc-card-teal .gdc-home-card-btn,
.gdc-home .gdc-card-purple .gdc-home-card-btn,
.gdc-home .gdc-card-blue .gdc-home-card-btn {
	background: #003399 !important;
	color: #ffffff !important;
}

/* ---- Quick Access — light green banner (2nd reference) ---- */
.gdc-home .gdc-home-track-row {
	margin-top: clamp(18px, 2.5vw, 28px);
}

.gdc-home .gdc-home-track-banner {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: clamp(16px, 2vw, 28px);
	padding: 22px clamp(20px, 2.5vw, 32px);
	border-radius: var(--gdc-ref-card-radius);
	background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
	border: 2px solid #86efac;
	box-shadow: 0 4px 14px rgba(34, 197, 94, 0.12);
}

.gdc-home .gdc-home-track-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	min-width: 80px;
}

.gdc-home .gdc-home-track-badge {
	position: static;
	transform: none;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #1a9338, #28a745);
	color: #ffffff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: none;
	white-space: nowrap;
}

.gdc-home .gdc-home-track-icon {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	flex-shrink: 0;
}

.gdc-home .gdc-home-track-content {
	min-width: 0;
	text-align: left;
}

.gdc-home .gdc-home-track-title {
	margin: 0 0 6px;
	font-size: clamp(18px, 1.6vw, 22px);
	font-weight: 800;
	color: #1a9338 !important;
	line-height: 1.25;
}

.gdc-home .gdc-home-track-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #334155 !important;
	max-width: 640px;
}

.gdc-home .gdc-home-track-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-shrink: 0;
	min-width: 160px;
	min-height: 46px;
	padding: 11px 24px !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	color: #1a9338 !important;
	border: 2px solid #22c55e !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	box-shadow: none;
	text-decoration: none !important;
	transition: transform 0.22s ease, background 0.22s ease;
}

.gdc-home .gdc-home-track-btn:hover,
.gdc-home .gdc-home-track-btn:focus {
	background: #f0fdf4 !important;
	color: #166534 !important;
	border-color: #16a34a !important;
	transform: translateY(-2px);
}

/* ---- Stats footer — dark blue bar (2nd reference) ---- */
.gdc-home .gdc-portal-stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin-top: clamp(18px, 2.5vw, 28px);
	padding: 0;
	background: #003399;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 51, 153, 0.22);
	overflow: hidden;
}

.gdc-home .gdc-portal-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: clamp(16px, 2vw, 22px) clamp(10px, 1.2vw, 14px);
	text-align: center;
	color: #ffffff !important;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.gdc-home .gdc-portal-stat:last-child {
	border-right: 0;
}

.gdc-home .gdc-portal-stat-icon {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 4px;
	opacity: 0.95;
}

.gdc-home .gdc-portal-stat-value {
	font-size: clamp(13px, 1.1vw, 16px);
	font-weight: 800;
	line-height: 1.25;
	color: #ffffff !important;
}

.gdc-home .gdc-portal-stat-label {
	font-size: clamp(10px, 0.85vw, 12px);
	font-weight: 500;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.9) !important;
	opacity: 1;
}

.gdc-home .gdc-portal-features,
.gdc-home .gdc-portal-footer-note {
	display: none !important;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
	.gdc-home .gdc-home-hero-grid,
	.gdc-home .gdc-home-hero-grid--text-only {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.gdc-home .gdc-home-cards-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gdc-home .gdc-portal-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gdc-home .gdc-portal-stat:nth-child(3) {
		border-right: 0;
	}

	.gdc-home .gdc-portal-stat:nth-child(4),
	.gdc-home .gdc-portal-stat:nth-child(5) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
}

@media (max-width: 991px) {
	.gdc-home .gdc-home-track-banner {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
	}

	.gdc-home .gdc-home-track-btn {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

@media (max-width: 767px) {
	.gdc-home .gdc-home-portal {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding: 16px 0 0;
		background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
		overflow: hidden;
	}

	.gdc-home .gdc-home-portal-deco {
		display: none;
	}

	.gdc-home .gdc-home-portal-bg--desktop {
		display: none !important;
	}

	.gdc-home .gdc-home-portal-overlay {
		display: none !important;
	}

	.gdc-home .gdc-home-portal-inner {
		position: relative;
		z-index: 2;
		order: 1;
		flex: 0 0 auto;
		width: 100%;
	}

	.gdc-home .gdc-home-hero-grid--text-only {
		max-width: 100%;
	}

	.gdc-home .gdc-portal-header {
		text-align: center;
		padding: 8px 16px 20px;
	}

	.gdc-home .gdc-portal-badge {
		display: none;
	}

	.gdc-home .gdc-portal-brand {
		margin-bottom: 12px;
	}

	.gdc-home .gdc-portal-brand-line {
		justify-content: center;
		gap: 8px 10px;
	}

	.gdc-home .gdc-portal-brand-gdc,
	.gdc-home .gdc-portal-brand-saarthi {
		font-size: clamp(40px, 10.8vw, 54px);
	}

	.gdc-home .gdc-portal-headline {
		max-width: 22ch;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: clamp(16px, 4.2vw, 20px);
		font-weight: 700;
		line-height: 1.4;
		color: var(--gdc-ref-ink);
	}

	.gdc-home .gdc-portal-headline-rule {
		display: none;
	}

	.gdc-home .gdc-portal-tagline {
		max-width: 28ch;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 13px;
		line-height: 1.55;
		color: var(--gdc-ref-muted);
	}

	.gdc-home .gdc-portal-explore-zone {
		margin-top: 20px;
		padding: 0 16px;
		text-align: center;
	}

	.gdc-home .gdc-portal-actions-row {
		flex-direction: column;
		align-items: stretch;
	}

	.gdc-home .gdc-student-auth--home {
		display: none !important;
	}

	.gdc-home .gdc-portal-auth-mobile-slot {
		display: block !important;
		order: 2 !important;
		width: 100%;
		padding: 0 16px 12px;
		position: relative;
		z-index: 2;
	}

	.gdc-home .gdc-student-auth--mobile {
		width: 100%;
		padding: 16px;
		border: 2px solid rgba(0, 51, 153, 0.12);
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
		text-align: center;
	}

	.gdc-home .gdc-student-auth--mobile .gdc-student-auth-actions {
		justify-content: center;
	}

	.gdc-home .gdc-student-auth--mobile .gdc-student-auth-actions .gdc-btn,
	.gdc-home .gdc-student-auth--mobile .gdc-student-auth-actions .btn {
		flex: 1 1 calc(50% - 10px);
		min-width: 120px;
	}

	.gdc-home .gdc-portal-explore-btn {
		width: 100%;
		max-width: none;
		min-height: 52px;
		border-radius: 12px !important;
		justify-content: center;
		font-size: 16px !important;
		box-shadow: 0 6px 16px rgba(40, 167, 69, 0.28);
	}

	.gdc-home .gdc-home-portal-mobile-media {
		display: block;
		order: 3;
		width: 100%;
		margin-top: 8px;
		line-height: 0;
	}

	.gdc-home .gdc-home-portal-mobile-img {
		width: 100%;
		height: auto;
		min-height: 220px;
		max-height: 52vw;
		aspect-ratio: 1080 / 800;
		object-fit: cover;
		object-position: center center;
	}

	.gdc-home .gdc-home-cards-row {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin: 0 auto;
	}

	.gdc-home .gdc-home-track-banner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gdc-home .gdc-home-track-left {
		align-items: center;
	}

	.gdc-home .gdc-home-track-content {
		text-align: center;
	}

	.gdc-home .gdc-home-track-btn {
		width: 100%;
		min-width: 0;
		justify-self: center;
	}

	.gdc-home .gdc-portal-stats {
		grid-template-columns: 1fr 1fr;
	}

	.gdc-home .gdc-portal-stat {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.gdc-home .gdc-portal-stat:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

	.gdc-home .gdc-portal-stat:last-child {
		grid-column: 1 / -1;
		border-right: 0;
	}
}

@media (max-width: 480px) {
	.gdc-home .gdc-portal-stats {
		grid-template-columns: 1fr;
	}

	.gdc-home .gdc-portal-stat,
	.gdc-home .gdc-portal-stat:nth-child(odd) {
		border-right: 0;
	}
}

/* Brand — force GDC + सारथी on one line (beats theme / public.css) */
.gdc-home.gdc-public .gdc-home-portal h1.gdc-portal-brand,
.gdc-home .gdc-home-portal .gdc-portal-header h1.gdc-portal-brand {
	display: block !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
}

.gdc-home.gdc-public .gdc-portal-brand-line,
.gdc-home .gdc-home-portal .gdc-portal-brand-line {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: baseline !important;
	white-space: nowrap !important;
}

.gdc-home.gdc-public .gdc-portal-brand-line .gdc-portal-brand-gdc,
.gdc-home.gdc-public .gdc-portal-brand-line .gdc-portal-brand-saarthi,
.gdc-home .gdc-home-portal .gdc-portal-brand-gdc,
.gdc-home .gdc-home-portal .gdc-portal-brand-saarthi {
	display: inline !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	white-space: nowrap !important;
	flex: 0 0 auto !important;
}
