/* GDC Saarthi — Public styles (Bootstrap 5, reference homepage design) */

.gdc-public {
	--gdc-blue: #1d6ef5;
	--gdc-blue-dark: #0d47c0;
	--gdc-ink: #1a1a2e;
	--gdc-muted: #6b7280;
	--gdc-card-bg: #ffffff;
	--gdc-card-border: #eef2f7;
	--gdc-soft-bg: #f8fafc;
	--gdc-icon-desktop: 72px;
	--gdc-icon-tablet: 64px;
	--gdc-icon-mobile: 56px;
	font-family: "Segoe UI", Roboto, system-ui, -apple-system, sans-serif;
	padding: 40px 0 48px;
	background: #ffffff;
}

/* Override theme / Elementor link underlines (high specificity + !important) */
.gdc-public a,
.gdc-public a:link,
.gdc-public a:visited,
.gdc-public a:hover,
.gdc-public a:focus,
.gdc-public a:active,
.entry-content .gdc-public a,
.elementor .gdc-public a,
.elementor-widget-theme-post-content .gdc-public a,
body .gdc-public a.gdc-btn,
body .gdc-public a.gdc-home-card-btn,
body .gdc-public a.gdc-hero-cta,
body .gdc-public a.btn.gdc-btn,
body .gdc-public .gdc-home-card a,
body .gdc-public .gdc-form-step {
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

@media (prefers-color-scheme: dark) {
	.gdc-public:not(.gdc-home) {
		--gdc-ink: #e8eefb;
		--gdc-muted: #9fb0ca;
		--gdc-card-bg: #16203a;
		--gdc-card-border: #2a3a5f;
		--gdc-soft-bg: #101a30;
	}
}

/* ===================== HOMEPAGE ===================== */
.gdc-home {
	--gdc-hero-bg: #e0f2fe;
	--gdc-sky: #0ea5e9;
	--gdc-sky-dark: #0369a1;
	--gdc-sky-deep: #0c4a6e;
	background: #ffffff;
	padding: 0;
	overflow-x: hidden;
}

/* ---- Sky-blue support portal (reference layout) ---- */
.gdc-home-portal {
	position: relative;
	background-color: var(--gdc-sky-dark);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: clamp(36px, 5vw, 64px) 0 clamp(28px, 4vw, 48px);
	overflow: hidden;
}

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

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

.gdc-portal-header {
	text-align: center;
	margin-bottom: clamp(28px, 4vw, 44px);
}

.gdc-portal-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 18px;
}

.gdc-portal-label-line {
	flex: 1;
	max-width: 120px;
	height: 1px;
	background: color-mix(in srgb, var(--gdc-portal-label, #ffffff) 45%, transparent);
}

.gdc-portal-label-text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--gdc-portal-label, #ffffff);
	white-space: nowrap;
}

.gdc-portal-brand {
	margin: 0 0 14px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.gdc-portal-brand-gdc {
	display: inline-block;
	font-size: clamp(52px, 9vw, 108px);
	color: var(--gdc-portal-brand-gdc, #ffffff);
	margin-right: 0.1em;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14), 0 10px 32px rgba(0, 0, 0, 0.22);
}

.gdc-portal-brand-saarthi {
	display: inline-block;
	font-size: clamp(58px, 9.8vw, 118px);
	color: var(--gdc-portal-brand-saarthi, #fde047);
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14), 0 10px 36px rgba(253, 224, 71, 0.45);
}

.gdc-portal-headline {
	margin: 0 0 8px;
	font-size: clamp(18px, 2.4vw, 28px);
	font-weight: 700;
	color: var(--gdc-portal-headline, #ffffff);
	line-height: 1.35;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.gdc-portal-tagline {
	margin: 0;
	font-size: clamp(14px, 1.5vw, 18px);
	color: var(--gdc-portal-tagline, #ffffff);
	line-height: 1.55;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.gdc-portal-explore-zone {
	margin-top: clamp(18px, 2.5vw, 28px);
	text-align: center;
}

.gdc-portal-explore-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	padding: 14px 40px !important;
	border: 2px solid var(--gdc-portal-explore-btn-text, #0c4a6e) !important;
	border-radius: 999px !important;
	background: var(--gdc-portal-explore-btn-bg, #ffffff) !important;
	color: var(--gdc-portal-explore-btn-text, #0c4a6e) !important;
	font-size: clamp(16px, 1.15vw, 19px) !important;
	font-weight: 700 !important;
	line-height: 1.3;
	text-decoration: none !important;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.14);
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.gdc-portal-explore-btn:hover,
.gdc-portal-explore-btn:focus {
	background: var(--gdc-portal-explore-btn-hover-bg, #0c4a6e) !important;
	color: var(--gdc-portal-explore-btn-hover-text, #ffffff) !important;
	border-color: var(--gdc-portal-explore-btn-hover-bg, #0c4a6e) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}

.gdc-home-portal .gdc-home-cards-row {
	margin-bottom: 0;
}

.gdc-home-portal .gdc-portal-card {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 18px;
	padding: clamp(22px, 2.5vw, 30px) clamp(16px, 2vw, 22px) clamp(20px, 2.2vw, 26px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	min-height: clamp(260px, 22vw, 310px);
}

.gdc-home-portal .gdc-portal-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	border-color: rgba(255, 255, 255, 0.42);
}

.gdc-home-portal .gdc-portal-card-icon {
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.gdc-home-portal .gdc-portal-card-title {
	color: var(--gdc-portal-card-title, #fde047);
	font-size: clamp(17px, 1.35vw, 21px);
	font-weight: 800;
	line-height: 1.35;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.gdc-home-portal .gdc-portal-card-text {
	color: var(--gdc-portal-card-text, #ffffff);
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.55;
}

.gdc-home-portal .gdc-portal-card-btn,
.gdc-home-portal .gdc-portal-track-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: none !important;
	border-radius: 999px !important;
	min-height: 48px;
	padding: 12px 32px !important;
	font-size: clamp(15px, 1.05vw, 17px) !important;
	font-weight: 700 !important;
	line-height: 1.3;
	text-decoration: none !important;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.14);
	margin-top: auto;
	white-space: nowrap;
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.gdc-home-portal .gdc-portal-card-btn {
	background: var(--gdc-portal-btn-bg, #ffffff) !important;
	color: var(--gdc-portal-btn-text, #0c4a6e) !important;
}

.gdc-home-portal .gdc-portal-card-btn:hover,
.gdc-home-portal .gdc-portal-card-btn:focus {
	background: var(--gdc-portal-btn-hover-bg, #0c4a6e) !important;
	color: var(--gdc-portal-btn-hover-text, #ffffff) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}

.gdc-portal-card-deco {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1;
	opacity: 0.85;
}

.gdc-home-portal .gdc-portal-track-banner {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.gdc-home-portal .gdc-home-track-badge {
	background: linear-gradient(
		90deg,
		var(--gdc-portal-track-badge-start, #7c3aed),
		var(--gdc-portal-track-badge-end, #a78bfa)
	);
}

.gdc-home-portal .gdc-portal-track-icon {
	background: rgba(255, 255, 255, 0.92);
}

.gdc-home-portal .gdc-portal-track-title {
	color: var(--gdc-portal-track-title, #fde047);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.gdc-home-portal .gdc-portal-track-text {
	color: var(--gdc-portal-track-text, #ffffff);
}

.gdc-home-portal .gdc-portal-track-btn {
	flex-shrink: 0;
	min-width: clamp(170px, 14vw, 210px);
	margin-top: 0;
	background: var(--gdc-portal-track-btn-bg, #ffffff) !important;
	color: var(--gdc-portal-track-btn-text, #5b21b6) !important;
}

.gdc-home-portal .gdc-portal-track-btn:hover,
.gdc-home-portal .gdc-portal-track-btn:focus {
	background: var(--gdc-portal-track-btn-hover-bg, #5b21b6) !important;
	color: var(--gdc-portal-track-btn-hover-text, #ffffff) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}

.gdc-portal-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: clamp(24px, 3vw, 36px);
	padding: clamp(14px, 2vw, 18px) clamp(12px, 2vw, 20px);
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.gdc-portal-feature {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
	color: var(--gdc-portal-feature-text, #ffffff);
	font-size: clamp(12px, 1vw, 14px);
	font-weight: 600;
}

.gdc-portal-feature-icon {
	font-size: 18px;
	line-height: 1;
}

.gdc-portal-footer-note {
	margin: 16px 0 0;
	text-align: right;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--gdc-portal-footer-note, #ffffff);
}

@media (max-width: 991px) {
	.gdc-portal-features {
		grid-template-columns: repeat(2, 1fr);
	}
	.gdc-portal-footer-note {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.gdc-home-portal {
		padding-top: 28px;
		padding-bottom: 24px;
	}
	.gdc-portal-label-line {
		max-width: 48px;
	}
	.gdc-portal-features {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.gdc-portal-feature {
		flex-direction: column;
		gap: 4px;
		font-size: 11px;
	}
}

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

/* ---- Hero Banner ---- */
.gdc-hero-banner {
	position: relative;
	z-index: 2;
	background: linear-gradient(135deg, var(--gdc-hero-bg) 0%, #ffffff 55%, #e8f2ff 100%);
	padding: 48px 0 40px;
	overflow: visible;
}

/* Full-width image-only homepage banner */
.gdc-hero-banner-full {
	padding: 0;
	margin: 0;
	background: #ffffff;
	overflow: visible;
}

.gdc-hero-full-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	line-height: 0;
	overflow: hidden;
	background: #ffffff;
}

.gdc-hero-full-link {
	display: block;
	line-height: 0;
	text-decoration: none !important;
}

.gdc-hero-full-img {
	width: 100%;
	height: auto;
	display: block;
	max-height: clamp(220px, 32vw, 620px);
	object-fit: cover;
	object-position: center center;
	border-radius: 0;
}

/* Explore More — between banner and cards */
.gdc-hero-explore-zone {
	position: relative;
	z-index: 4;
	text-align: center;
	padding: clamp(10px, 1.4vw, 14px) 20px clamp(6px, 1vw, 10px);
	background: #ffffff;
}

.gdc-hero-cta-below {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 16px 48px;
	margin: 0;
	border: 2px solid var(--gdc-blue);
	border-radius: 999px;
	color: var(--gdc-blue) !important;
	font-weight: 700;
	font-size: clamp(17px, 1.25vw, 20px);
	line-height: 1.4;
	text-decoration: none !important;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.gdc-hero-cta-below:hover {
	background: var(--gdc-blue);
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.gdc-hero-full-placeholder {
	min-height: clamp(180px, 28vw, 360px);
	background: linear-gradient(135deg, #c7dcff 0%, #e8f2ff 50%, #b8d4ff 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	text-align: center;
	line-height: 1.5;
}

.gdc-hero-full-placeholder span {
	font-size: 16px;
	font-weight: 600;
	color: #1d4ed8;
	max-width: 420px;
}

.gdc-hero-deco {
	position: absolute;
	pointer-events: none;
}
.gdc-hero-deco-dots {
	top: 28px;
	left: 24px;
	width: 48px;
	height: 48px;
	background-image: radial-gradient(var(--gdc-blue) 22%, transparent 24%);
	background-size: 12px 12px;
	opacity: 0.35;
}
.gdc-hero-deco-arc {
	bottom: -40px;
	left: -20px;
	width: 180px;
	height: 180px;
	border: 3px solid rgba(29, 110, 245, 0.15);
	border-radius: 50%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(-30deg);
}

.gdc-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 32px;
	align-items: center;
}

.gdc-hero-content {
	position: relative;
	z-index: 3;
	padding: 12px 0 16px;
	overflow: visible;
}

.gdc-hero-title {
	font-weight: 800;
	font-size: clamp(34px, 5.2vw, 60px);
	color: var(--gdc-ink);
	line-height: 1.15;
	margin: 0 0 18px;
	letter-spacing: -0.02em;
	text-decoration: none !important;
}

.gdc-hero-highlight {
	display: block;
	color: var(--gdc-blue);
	margin-top: 4px;
	text-decoration: none !important;
	border-bottom: none !important;
}
.gdc-hero-highlight::after {
	display: none;
	content: none;
}

.gdc-hero-sub {
	color: var(--gdc-muted);
	font-size: clamp(16px, 1.9vw, 20px);
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 480px;
}

.gdc-hero-cta-wrap {
	display: inline-block;
	position: relative;
	z-index: 4;
	padding: 4px 0 12px;
	margin-bottom: 20px;
}

.gdc-hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 30px;
	margin: 0;
	border: 2px solid var(--gdc-blue);
	border-radius: 999px;
	color: var(--gdc-blue) !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none !important;
	background: #fff;
	box-sizing: border-box;
	overflow: visible;
	position: relative;
	z-index: 12;
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.gdc-hero-cta:hover {
	background: var(--gdc-blue);
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(29, 110, 245, 0.3);
}

.gdc-hero-visual {
	position: relative;
	z-index: 1;
}

.gdc-hero-img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
	object-position: center right;
	border-radius: 0 0 0 80px;
	display: block;
	mask-image: linear-gradient(to right, transparent 0%, black 12%, black 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 100%);
}

.gdc-hero-img-placeholder {
	min-height: 320px;
	background: linear-gradient(135deg, #c7dcff 0%, #e8f2ff 50%, #b8d4ff 100%);
	border-radius: 0 0 0 80px;
}

.gdc-hero-badge {
	position: absolute;
	bottom: 24px;
	right: 12px;
	background: #fff;
	border-radius: 14px;
	padding: 14px 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 180px;
	z-index: 3;
}
.gdc-hero-badge-icon {
	font-size: 22px;
	width: 40px;
	height: 40px;
	background: var(--gdc-blue);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}
.gdc-hero-badge strong {
	font-size: 14px;
	color: var(--gdc-ink);
	line-height: 1.3;
}
.gdc-hero-badge-chart {
	display: block;
	height: 28px;
	margin-top: 4px;
	background: linear-gradient(90deg, transparent 0%, var(--gdc-blue) 20%, transparent 40%, var(--gdc-blue) 60%, transparent 80%, var(--gdc-blue) 100%);
	background-size: 200% 100%;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpolyline points='0,25 20,18 40,22 60,10 80,14 100,6 120,12' fill='none' stroke='black' stroke-width='3'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpolyline points='0,25 20,18 40,22 60,10 80,14 100,6 120,12' fill='none' stroke='black' stroke-width='3'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.7;
}

/* ---- Cards section (no overlap on hero text/button) ---- */
.gdc-home-cards-section {
	margin-top: 0;
	padding: 12px 0 40px;
	position: relative;
	z-index: 1;
	overflow: visible;
}

/* First 4 support cards — one row on desktop */
.gdc-home-cards-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(16px, 2vw, 28px);
	align-items: stretch;
	width: 100%;
	overflow: visible;
}

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

.gdc-home-card {
	background: #ffffff;
	border: 1px solid var(--gdc-card-border);
	border-radius: 16px;
	padding: 28px 18px 24px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 290px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	overflow: visible;
}

.gdc-home-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

/* Track banner — full-width row below the 4 cards */
.gdc-home-track-row {
	margin-top: clamp(20px, 2.5vw, 32px);
	width: 100%;
	overflow: visible;
}

.gdc-home-track-banner {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: clamp(16px, 2.5vw, 32px);
	padding: clamp(22px, 2.5vw, 30px) clamp(24px, 3vw, 40px);
	border: 2px solid #8b5cf6;
	border-radius: 18px;
	background: linear-gradient(102deg, #f5f0ff 0%, #ffffff 42%, #ede9fe 100%);
	box-shadow: 0 12px 40px rgba(139, 92, 246, 0.18);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	overflow: visible;
}

.gdc-home-track-banner:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 44px rgba(139, 92, 246, 0.26);
}

.gdc-home-track-badge {
	position: absolute;
	top: -13px;
	left: clamp(24px, 3vw, 40px);
	background: linear-gradient(90deg, #7c3aed, #8b5cf6);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 999px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}

.gdc-home-track-icon {
	width: clamp(72px, 6vw, 96px);
	height: clamp(72px, 6vw, 96px);
	border-radius: 50%;
	background: #f0e8ff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 6px 20px rgba(139, 92, 246, 0.18);
}

.gdc-home-track-icon .gdc-home-card-img {
	width: 58%;
	height: 58%;
}

.gdc-home-track-icon .gdc-home-card-emoji {
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1;
}

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

.gdc-home-track-title {
	margin: 0 0 6px;
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 800;
	color: #5b21b6;
	line-height: 1.25;
}

.gdc-home-track-text {
	margin: 0;
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.55;
	color: #5b4b8a;
	max-width: 720px;
}

.gdc-home-track-btn {
	flex-shrink: 0;
	min-width: clamp(160px, 14vw, 200px);
	min-height: 52px;
	padding: 12px 28px;
	font-size: clamp(16px, 1.1vw, 18px);
	font-weight: 700;
	box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
	white-space: nowrap;
}

/* Icon circle */
.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%;
	flex-shrink: 0;
	margin-bottom: 14px;
	overflow: hidden;
}

.gdc-card-blue .gdc-home-card-icon { background: #e8f1ff; }
.gdc-card-pink .gdc-home-card-icon { background: #ffe8f0; }
.gdc-card-orange .gdc-home-card-icon { background: #fff4e0; }
.gdc-card-teal .gdc-home-card-icon { background: #e0f7f3; }
.gdc-card-purple .gdc-home-card-icon { background: #f0e8ff; }

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

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

.gdc-home-card-title {
	font-size: 19px;
	font-weight: 700;
	color: var(--gdc-ink);
	margin: 0 0 12px;
	line-height: 1.35;
	min-height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gdc-home-card-text {
	font-size: 16px;
	color: var(--gdc-muted);
	line-height: 1.55;
	flex: 1 1 auto;
	margin: 0 0 20px;
	max-width: 100%;
	min-height: auto;
}

.gdc-home-card .gdc-home-card-btn {
	margin-top: auto;
	width: 100%;
	max-width: 210px;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	padding: 12px 22px;
	white-space: nowrap;
	text-decoration: none;
}
.gdc-home-card .gdc-home-card-btn:hover,
.gdc-home-card .gdc-home-card-btn:focus {
	text-decoration: none;
}

/* Card button colors */
.gdc-btn {
	background: var(--gdc-blue);
	color: #fff !important;
	font-weight: 600;
	border-radius: 999px;
	padding: 8px 26px;
	border: none;
	text-decoration: none;
	display: inline-block;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.gdc-btn:hover,
.gdc-btn:focus {
	background: var(--gdc-blue-dark);
	transform: translateY(-1px);
	color: #fff !important;
	text-decoration: none;
}
.gdc-card-pink .gdc-btn { background: #ef3b6d; }
.gdc-card-pink .gdc-btn:hover { background: #d01e52; }
.gdc-card-orange .gdc-btn { background: #f59e0b; }
.gdc-card-orange .gdc-btn:hover { background: #d97f06; }
.gdc-card-teal .gdc-btn { background: #10b9a0; }
.gdc-card-teal .gdc-btn:hover { background: #0a9684; }
.gdc-card-purple .gdc-btn { background: #8b5cf6; }
.gdc-card-purple .gdc-btn:hover { background: #6d3ce0; }

.gdc-btn-lg { padding: 12px 42px; font-size: 17px; }
.gdc-btn-outline {
	background: #ffffff !important;
	color: var(--gdc-blue) !important;
	border: 2px solid var(--gdc-blue) !important;
}
.gdc-btn-outline:hover,
.gdc-btn-outline:focus {
	background: var(--gdc-blue) !important;
	color: #ffffff !important;
}

/* ---- Stats bar ---- */
.gdc-stats-bar {
	background: #fff;
	padding: 28px 0 40px;
	border-top: 1px solid var(--gdc-card-border);
}
.gdc-stats-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	background: #fff;
	border-radius: 16px;
	padding: 20px 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	border: 1px solid var(--gdc-card-border);
}
.gdc-stat-item {
	text-align: center;
	padding: 8px 6px;
}
.gdc-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 18px;
	margin-bottom: 8px;
}
.gdc-stat-blue .gdc-stat-icon { background: #e8f1ff; }
.gdc-stat-pink .gdc-stat-icon { background: #ffe8f0; }
.gdc-stat-orange .gdc-stat-icon { background: #fff4e0; }
.gdc-stat-teal .gdc-stat-icon { background: #e0f7f3; }
.gdc-stat-purple .gdc-stat-icon { background: #f0e8ff; }
.gdc-stat-value {
	display: block;
	font-size: 20px;
	font-weight: 800;
	color: var(--gdc-ink);
	line-height: 1.2;
}
.gdc-stat-label {
	display: block;
	font-size: 12px;
	color: var(--gdc-muted);
	margin-top: 4px;
}

/* Large desktop: full width + bigger icons */
@media (min-width: 1200px) {
	.gdc-hero-banner {
		padding: clamp(48px, 5vw, 72px) 0 clamp(40px, 4vw, 56px);
	}
	.gdc-hero-visual {
		margin-bottom: -32px;
	}
	.gdc-hero-grid {
		gap: clamp(32px, 4vw, 72px);
	}
	.gdc-hero-img {
		max-height: clamp(360px, 36vw, 540px);
	}
	.gdc-hero-sub {
		max-width: min(580px, 42vw);
		font-size: clamp(16px, 1.2vw, 19px);
	}
	.gdc-home-cards-section {
		margin-top: 0;
		padding-top: 12px;
		padding-bottom: clamp(40px, 4vw, 64px);
	}
	.gdc-home-card {
		padding: clamp(28px, 2.5vw, 36px) clamp(16px, 1.6vw, 24px) clamp(24px, 2vw, 30px);
		min-height: clamp(290px, 24vw, 340px);
	}
	.gdc-home-card-icon {
		width: clamp(88px, 7vw, 116px);
		height: clamp(88px, 7vw, 116px);
		margin-bottom: clamp(14px, 1.2vw, 20px);
	}
	.gdc-home-card-img {
		width: clamp(54px, 4.5vw, 72px);
		height: clamp(54px, 4.5vw, 72px);
	}
	.gdc-home-card-emoji {
		font-size: clamp(42px, 3.5vw, 58px);
	}
	.gdc-home-card-title {
		font-size: clamp(19px, 1.35vw, 24px);
	}
	.gdc-home-card-text {
		font-size: clamp(16px, 1.15vw, 19px);
	}
	.gdc-home-card .gdc-home-card-btn {
		max-width: 230px;
		min-height: 54px;
		font-size: clamp(17px, 1.1vw, 19px);
	}
	.gdc-hero-title {
		font-size: clamp(38px, 5.5vw, 64px);
	}
	.gdc-hero-cta {
		font-size: clamp(15px, 1.1vw, 18px);
		padding: 14px 32px;
	}
}

/* Tablet: 3 + 2 or 2 columns */
@media (max-width: 1199px) {
	.gdc-hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
	.gdc-stats-row { grid-template-columns: repeat(3, 1fr); }
	.gdc-home-cards-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		align-items: stretch;
	}
	.gdc-home-track-banner {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
	}
	.gdc-home-track-btn {
		grid-column: 1 / -1;
		justify-self: start;
	}
	.gdc-home-card-icon {
		width: var(--gdc-icon-tablet);
		height: var(--gdc-icon-tablet);
	}
	.gdc-home-card-img {
		width: calc(var(--gdc-icon-tablet) * 0.62);
		height: calc(var(--gdc-icon-tablet) * 0.62);
	}
	.gdc-home-card-emoji {
		font-size: calc(var(--gdc-icon-tablet) * 0.48);
	}
}

@media (max-width: 991px) {
	.gdc-home-cards-row {
		grid-template-columns: repeat(2, 1fr);
		align-items: stretch;
	}
	.gdc-home-track-content {
		text-align: left;
	}
	.gdc-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.gdc-hero-sub { margin-left: auto; margin-right: auto; }
	.gdc-hero-img {
		border-radius: 16px;
		mask-image: none;
		-webkit-mask-image: none;
		max-height: 280px;
	}
	.gdc-hero-img-placeholder { border-radius: 16px; min-height: 220px; }
	.gdc-hero-banner { padding-bottom: 32px; overflow: visible; }
	.gdc-hero-visual { margin-bottom: 0; }
	.gdc-stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile: single column, visible images */
@media (max-width: 575px) {
	.gdc-hero-banner { padding: 28px 0 56px; }
	.gdc-hero-title { font-size: 28px; }
	.gdc-hero-badge {
		position: relative;
		bottom: auto;
		right: auto;
		margin: 16px auto 0;
		max-width: 240px;
	}
	.gdc-home-cards-section { margin-top: 0; padding-top: 10px; }
	.gdc-home-cards-row {
		grid-template-columns: 1fr;
		gap: 14px;
		max-width: 360px;
		margin: 0 auto;
		align-items: stretch;
	}
	.gdc-home-track-banner {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 28px 20px 24px;
	}
	.gdc-home-track-badge {
		left: 50%;
		transform: translateX(-50%);
	}
	.gdc-home-track-icon {
		margin: 8px auto 0;
	}
	.gdc-home-track-content {
		text-align: center;
	}
	.gdc-home-track-btn {
		width: 100%;
		max-width: 280px;
		margin: 4px auto 0;
		justify-self: center;
	}
	.gdc-home-card {
		padding: 22px 20px 20px;
		border-radius: 14px;
	}
	.gdc-home-card-icon {
		width: var(--gdc-icon-mobile);
		height: var(--gdc-icon-mobile);
		margin-bottom: 12px;
	}
	.gdc-home-card-img {
		width: calc(var(--gdc-icon-mobile) * 0.65);
		height: calc(var(--gdc-icon-mobile) * 0.65);
	}
	.gdc-home-card-emoji {
		font-size: calc(var(--gdc-icon-mobile) * 0.5);
	}
	.gdc-home-card-title {
		font-size: 18px;
	}
	.gdc-home-card-text {
		font-size: 15px;
	}
	.gdc-home-card .gdc-home-card-btn {
		width: 100%;
		max-width: 240px;
		font-size: 16px;
		min-height: 48px;
	}
	.gdc-stats-row {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 16px 10px;
	}
	.gdc-stat-value { font-size: 17px; }
}

/* ===================== FORM PAGES ===================== */
.gdc-form-page {
	padding: 0;
	background: #f4f7fb;
	--gdc-form-accent: var(--gdc-blue);
}
.gdc-form-accent-pink { --gdc-form-accent: #ef3b6d; }
.gdc-form-accent-orange { --gdc-form-accent: #f59e0b; }
.gdc-form-accent-teal { --gdc-form-accent: #10b9a0; }
.gdc-form-accent-purple { --gdc-form-accent: #8b5cf6; }

.gdc-form-hero {
	position: relative;
	min-height: 300px;
	background-image: var(--gdc-form-hero-image);
	background-size: cover;
	background-position: center right;
	padding: 28px 0 72px;
}
.gdc-form-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(102deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 38%, rgba(240,246,255,0.72) 68%, rgba(240,246,255,0.45) 100%);
}
.gdc-form-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 960px;
}
.gdc-form-back {
	display: inline-block;
	color: var(--gdc-blue);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 18px;
}
.gdc-form-back:hover { color: var(--gdc-blue-dark); }

.gdc-form-hero-title {
	margin: 0 0 12px;
	font-weight: 800;
	font-size: clamp(30px, 4.5vw, 46px);
	line-height: 1.15;
	color: var(--gdc-ink);
}
.gdc-form-hero-title-main { display: block; }
.gdc-form-hero-title-accent {
	display: block;
	color: var(--gdc-form-accent);
	margin-top: 2px;
}
.gdc-form-hero-title.is-inline .gdc-form-hero-title-full {
	display: block;
	color: var(--gdc-ink);
}
.gdc-form-hero-tagline {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4;
	color: var(--gdc-form-accent);
}
.gdc-form-hero-sub {
	color: var(--gdc-muted);
	font-size: 16px;
	line-height: 1.65;
	max-width: 620px;
	margin: 0 0 24px;
}

.gdc-form-stepper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 4px;
}
.gdc-form-step {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--gdc-muted);
}
.gdc-form-step-link { cursor: pointer; }
.gdc-form-step-link:hover { color: var(--gdc-form-accent); }
.gdc-form-step-num {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	background: #e8eef8;
	color: var(--gdc-muted);
	border: 2px solid transparent;
}
.gdc-form-step-label { font-size: 14px; font-weight: 600; }
.gdc-form-step.is-active .gdc-form-step-num {
	background: var(--gdc-form-accent);
	color: #fff;
	box-shadow: 0 4px 14px rgba(29, 110, 245, 0.28);
}
.gdc-form-step.is-active { color: var(--gdc-ink); }
.gdc-form-step.is-done .gdc-form-step-num {
	background: #dbeafe;
	color: var(--gdc-blue);
}
.gdc-form-step-line {
	width: 36px;
	height: 2px;
	background: #dbe3ef;
}

.gdc-form-body {
	margin-top: -44px;
	padding-bottom: 48px;
	position: relative;
	z-index: 3;
}
.gdc-form-wrap { max-width: 960px; }

.gdc-form-card {
	background: var(--gdc-card-bg);
	border: 1px solid var(--gdc-card-border);
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 10px 36px rgba(20, 45, 100, 0.09);
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}
.gdc-form-card-deco {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 72px;
	height: 72px;
	background-image: radial-gradient(#cbd5e1 18%, transparent 20%);
	background-size: 10px 10px;
	opacity: 0.45;
	pointer-events: none;
}
.gdc-form-card-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 28px 32px 18px;
	border-bottom: 1px solid var(--gdc-card-border);
}
.gdc-form-card-head-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, #e8f1ff, #f5f9ff);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
}
.gdc-form-accent-pink .gdc-form-card-head-icon { background: linear-gradient(135deg, #ffe8f0, #fff5f8); }
.gdc-form-accent-orange .gdc-form-card-head-icon { background: linear-gradient(135deg, #fff4e0, #fffaf0); }
.gdc-form-accent-teal .gdc-form-card-head-icon { background: linear-gradient(135deg, #e0f7f3, #f0fdfb); }
.gdc-form-accent-purple .gdc-form-card-head-icon { background: linear-gradient(135deg, #f0e8ff, #faf5ff); }
.gdc-form-card-head-text h2 {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 800;
	color: var(--gdc-ink);
}
.gdc-form-card-head-text p {
	margin: 0;
	color: var(--gdc-muted);
	font-size: 14px;
}
.gdc-form-card-body { padding: 24px 32px 30px; }

.gdc-form-notice {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-radius: 10px;
	background: rgba(16, 185, 160, 0.1);
	border: 1px solid rgba(16, 185, 160, 0.28);
	color: #0f766e;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
}
.gdc-form-accent-blue .gdc-form-notice {
	background: rgba(29, 110, 245, 0.08);
	border-color: rgba(29, 110, 245, 0.22);
	color: #1d4ed8;
}
.gdc-form-accent-pink .gdc-form-notice {
	background: rgba(239, 59, 109, 0.08);
	border-color: rgba(239, 59, 109, 0.22);
	color: #be185d;
}
.gdc-form-accent-orange .gdc-form-notice {
	background: rgba(245, 158, 11, 0.1);
	border-color: rgba(245, 158, 11, 0.28);
	color: #b45309;
}
.gdc-form-accent-purple .gdc-form-notice {
	background: rgba(139, 92, 246, 0.1);
	border-color: rgba(139, 92, 246, 0.28);
	color: #6d28d9;
}

.gdc-form-card .form-label {
	font-weight: 600;
	color: var(--gdc-ink);
	margin-bottom: 6px;
	font-size: 15px;
}
.gdc-form-card .form-label span { color: #ef4444; }
.gdc-form-card .form-control,
.gdc-form-card .form-select {
	border-radius: 10px;
	border-color: #dbe3ef;
	background-color: var(--gdc-card-bg);
	color: var(--gdc-ink);
	font-size: 16px;
	line-height: 1.5;
	min-height: 50px;
	height: auto;
	box-sizing: border-box;
}
.gdc-form-card .form-control {
	padding: 12px 14px;
}
.gdc-form-card .form-select {
	padding: 12px 42px 12px 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: visible;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 18px 18px;
}
.gdc-form-card textarea.form-control {
	min-height: 120px;
	height: auto;
	line-height: 1.55;
}
.gdc-form-card input[type="file"].form-control {
	min-height: 48px;
	padding: 10px 14px;
	line-height: 1.4;
}
.gdc-form-card .form-control:focus,
.gdc-form-card .form-select:focus {
	border-color: var(--gdc-form-accent);
	box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--gdc-form-accent) 18%, transparent);
}

.gdc-field-icon {
	position: relative;
}
.gdc-field-icon-symbol {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: #94a3b8;
	z-index: 2;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gdc-field-icon-symbol svg { width: 18px; height: 18px; }
.gdc-field-icon .form-control {
	padding: 12px 14px 12px 42px;
	min-height: 48px;
	line-height: 1.5;
}
.gdc-field-icon-lg .form-control {
	padding-left: 44px;
	min-height: 52px;
}

.gdc-option-cards {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}
.gdc-option-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	padding: 16px 10px;
	border: 2px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
	margin: 0;
	min-height: 108px;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.gdc-option-card input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
.gdc-option-card-icon { font-size: 28px; line-height: 1; pointer-events: none; }
.gdc-option-card-label {
	font-size: 12px;
	font-weight: 600;
	color: var(--gdc-ink);
	line-height: 1.35;
	pointer-events: none;
	word-break: break-word;
}
.gdc-option-card:hover { border-color: #bfd4ff; transform: translateY(-2px); }
.gdc-option-card.is-selected,
.gdc-option-card:has(input:checked) {
	border-color: var(--gdc-form-accent);
	box-shadow: 0 6px 20px rgba(29, 110, 245, 0.2);
	background: #f0f6ff;
}
.gdc-form-accent-pink .gdc-option-card.is-selected,
.gdc-form-accent-pink .gdc-option-card:has(input:checked) {
	box-shadow: 0 6px 20px rgba(239, 59, 109, 0.2);
	background: #fff5f8;
}

.gdc-textarea-wrap { position: relative; }
.gdc-char-count {
	position: absolute;
	right: 12px;
	bottom: 10px;
	font-size: 12px;
	color: var(--gdc-muted);
	pointer-events: none;
}
.gdc-char-textarea { padding-bottom: 30px; resize: vertical; }

.gdc-btn-submit {
	background: var(--gdc-form-accent) !important;
	border: none;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 8px 22px color-mix(in srgb, var(--gdc-form-accent) 35%, transparent);
}
.gdc-btn-submit:hover {
	filter: brightness(0.94);
	transform: translateY(-1px);
	color: #fff !important;
}

.gdc-form-privacy {
	text-align: center;
	color: var(--gdc-muted);
	font-size: 13px;
	margin: 8px 0 0;
}
.gdc-form-privacy-icon { margin-right: 4px; }

.gdc-track-search-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
}
.gdc-track-submit { min-width: 160px; }
.gdc-track-results { margin-top: 4px; }
.gdc-track-results .gdc-form-card { margin-top: 16px; }

/* Star rating */
.gdc-star-rating { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.gdc-star-rating input { display: none; }
.gdc-star-rating label {
	font-size: 34px;
	color: #cbd5e1;
	cursor: pointer;
	transition: color 0.15s ease, transform 0.15s ease;
}
.gdc-star-rating label:hover,
.gdc-star-rating label:hover ~ label,
.gdc-star-rating input:checked ~ label { color: #f59e0b; }
.gdc-star-rating label:hover { transform: scale(1.15); }

/* Tracker */
.gdc-track-card { border-left: 5px solid var(--gdc-blue); }
.gdc-track-code { color: var(--gdc-ink); font-weight: 800; letter-spacing: 0.5px; }
.gdc-track-meta {
	background: var(--gdc-soft-bg);
	border: 1px solid var(--gdc-card-border);
	border-radius: 12px;
	padding: 10px 14px;
	height: 100%;
}
.gdc-track-meta small { display: block; color: var(--gdc-muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }
.gdc-track-meta strong { color: var(--gdc-ink); font-size: 14px; }
.gdc-track-latest, .gdc-track-resolution {
	background: var(--gdc-soft-bg);
	border-left: 4px solid var(--gdc-blue);
	border-radius: 8px;
	padding: 10px 14px;
}
.gdc-track-latest small, .gdc-track-resolution small, .gdc-track-timeline > small {
	color: var(--gdc-muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px;
}
.gdc-track-latest p, .gdc-track-resolution p { color: var(--gdc-ink); }
.gdc-track-resolution { border-left-color: #10b981; }

.gdc-tl-entry {
	border-left: 2px solid var(--gdc-card-border);
	padding: 6px 0 6px 14px;
	margin-left: 6px;
	position: relative;
}
.gdc-tl-entry::before {
	content: ""; position: absolute; left: -5px; top: 14px;
	width: 8px; height: 8px; border-radius: 50%; background: var(--gdc-blue);
}
.gdc-tl-entry .gdc-tl-meta { font-size: 11px; color: var(--gdc-muted); }
.gdc-tl-entry .gdc-tl-msg { font-size: 14px; color: var(--gdc-ink); }
.gdc-tl-student_reply {
	border-left-color: #0ea5e9;
	background: #f0f9ff;
}
.gdc-track-reply {
	padding: 16px;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	background: #f8fafc;
}
.gdc-track-reply-help {
	margin: 0 0 12px;
	font-size: 13px;
	color: var(--gdc-muted);
}
.gdc-success-panel { padding: 8px 0 4px; }
.gdc-success-lead {
	font-size: 17px;
	color: var(--gdc-ink);
	margin-bottom: 20px;
}
.gdc-success-ticket-box {
	display: inline-block;
	padding: 20px 28px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, #ecfeff 0%, #f0f9ff 100%);
	border: 2px solid #7dd3fc;
}
.gdc-success-ticket-box small {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gdc-muted);
}
.gdc-success-ticket-code {
	display: block;
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 900;
	letter-spacing: 1px;
	color: #0369a1;
	margin-bottom: 14px;
}
.gdc-success-notes {
	text-align: left;
	max-width: 560px;
	margin: 0 auto 24px;
	padding-left: 1.2rem;
	color: var(--gdc-ink);
	font-size: 15px;
	line-height: 1.6;
}
.gdc-success-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.gdc-badge-pending { background: #fef3c7; color: #92400e; }
.gdc-badge-assigned { background: #dbeafe; color: #1e40af; }
.gdc-badge-in_review { background: #e0e7ff; color: #3730a3; }
.gdc-badge-under_process { background: #cffafe; color: #155e75; }
.gdc-badge-waiting_student_response { background: #fce7f3; color: #9d174d; }
.gdc-badge-resolved { background: #d1fae5; color: #065f46; }
.gdc-badge-closed { background: #e5e7eb; color: #374151; }

.gdc-btn[disabled] { opacity: 0.7; cursor: wait; }

@media (max-width: 768px) {
	.gdc-form-hero { min-height: 260px; padding-bottom: 64px; }
	.gdc-form-card-head,
	.gdc-form-card-body { padding-left: 20px; padding-right: 20px; }
	.gdc-form-step-label { font-size: 12px; }
	.gdc-form-step-line { width: 20px; }
	.gdc-track-search-row { flex-direction: column; }
	.gdc-track-submit { width: 100%; }
}
@media (max-width: 991px) {
	.gdc-option-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 576px) {
	.gdc-option-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gdc-form-body { margin-top: -32px; }
}
