.ve-route-page {
	background: #f8fafc;
}

.ve-route-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 16px;
}

.ve-route-article {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 40px 36px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.ve-route-hero {
	margin-bottom: 40px;
	text-align: center;
}

.ve-route-hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ve-route-title {
	margin: 0 0 14px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.12;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.ve-route-subtitle {
	margin: 0 0 6px;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.7;
	color: #475569;
}

.ve-route-intro {
	margin: 0 0 6px;
	max-width: 780px;
	font-size: 18px;
	line-height: 1.7;
	color: #475569;
}

.ve-route-hero-cta {
	margin: 10px 0 0;
}

.ve-btn-primary {
	display: inline-block;
	background: #0f172a;
	color: #ffffff;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 16px;
}

.ve-btn-primary:hover,
.ve-btn-primary:focus {
	background: #1e293b;
	color: #ffffff;
}

.ve-route-overview {
	margin-top: 18px;
	text-align: left;
}

.ve-route-cta {
	text-align: center;
	padding: 28px 24px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ve-route-cta p {
	margin: 0;
	color: #475569;
}

.ve-route-section {
	margin-bottom: 32px;
}

.ve-route-section:last-child {
	margin-bottom: 0;
}

.ve-route-section-title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.35;
	color: #0f172a;
}

.ve-route-section-content {
	color: #1f2937;
	line-height: 1.8;
}

.ve-route-section-content p:last-child {
	margin-bottom: 0;
}

.ve-route-trust {
	padding: 20px 22px;
	background: #eff6ff;
	border: 1px solid #dbeafe;
	border-left: 4px solid #3b82f6;
	border-radius: 14px;
}

.ve-route-trust p {
	margin: 0 0 8px;
	color: #1e3a5f;
}

.ve-route-trust-verified {
	font-weight: 700;
	color: #0b2f61;
}

.ve-route-trust p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.ve-route-article {
		padding: 28px 20px;
	}

	.ve-route-title {
		font-size: 34px;
	}
}

.ve-eligibility-page {
	background: #f8fafc;
}

.ve-eligibility-container {
	max-width: 760px;
	margin: 0 auto;
	padding: 60px 16px;
}

.ve-eligibility-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ve-eligibility-title {
	margin: 0 0 10px;
	font-size: 2rem;
	line-height: 1.2;
	color: #0f172a;
}

.ve-eligibility-intro {
	margin: 0 0 24px;
	color: #475569;
	line-height: 1.7;
}

.ve-public-notice {
	padding: 12px 14px;
	border-radius: 10px;
	margin-bottom: 14px;
	font-size: 0.95rem;
	line-height: 1.5;
}

.ve-public-notice-success {
	background: #ecfdf3;
	border: 1px solid #86efac;
	color: #14532d;
}

.ve-public-notice-error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #991b1b;
}

.ve-eligibility-form {
	display: block;
}

.ve-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.ve-form-field {
	flex: 1 1 280px;
}

.ve-form-field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #0f172a;
}

.ve-form-field input,
.ve-form-field select,
.ve-form-field textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	line-height: 1.4;
}

.ve-form-field input:focus,
.ve-form-field select:focus,
.ve-form-field textarea:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.ve-form-actions {
	margin-top: 8px;
}

.ve-eligibility-trust-note {
	margin: 16px 0 0;
	font-size: 0.95rem;
	color: #64748b;
}

.ve-routes-archive-page .ve-route-container {
	max-width: 1200px;
}

.ve-routes-archive-header {
	margin-bottom: 28px;
}

.ve-routes-archive-title {
	margin: 0 0 10px;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.ve-routes-archive-intro {
	margin: 0;
	max-width: 760px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #475569;
}

.ve-route-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.ve-route-grid-compact {
	gap: 14px;
}

.ve-route-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ve-route-card-title {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #0f172a;
}

.ve-route-card-meta {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #475569;
}

.ve-route-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 9px 14px;
	border-radius: 8px;
	border: 1px solid #1d4ed8;
	background: #1d4ed8;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	margin-top: 2px;
}

.ve-route-link:hover,
.ve-route-link:focus {
	background: #1e40af;
	border-color: #1e40af;
	color: #ffffff;
}

.ve-route-empty-state-wrap {
	padding: 18px;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	background: #f8fafc;
}

.ve-route-empty-state {
	margin: 0;
	color: #475569;
	line-height: 1.65;
}

.ve-homepage-routes {
	padding: 30px;
	border: 1px solid #dbe5f3;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fbff 0%, #f4f8ff 100%);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.ve-homepage-routes-header {
	margin-bottom: 18px;
}

.ve-homepage-routes-title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.25;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.ve-homepage-routes-intro {
	margin: 10px 0 0;
	max-width: 780px;
	font-size: 1rem;
	line-height: 1.7;
	color: #475569;
}

.ve-homepage-routes .ve-route-grid {
	gap: 16px;
}

.ve-homepage-routes .ve-route-card {
	border-radius: 14px;
	border: 1px solid #dbe5f3;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ve-homepage-routes .ve-route-card:hover,
.ve-homepage-routes .ve-route-card:focus-within {
	transform: translateY(-3px);
	border-color: #c3d5f5;
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.ve-homepage-routes .ve-route-card-title {
	font-size: 1.04rem;
}

.ve-homepage-routes .ve-route-card-meta {
	color: #52637c;
}

.ve-homepage-routes .ve-route-link {
	border-radius: 9px;
	padding: 9px 15px;
}

.ve-homepage-routes-archive-cta {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid #dbe5f3;
}

.ve-route-link-secondary {
	background: #ffffff;
	border-color: #cbd5e1;
	color: #1e293b;
}

.ve-route-link-secondary:hover,
.ve-route-link-secondary:focus {
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1e40af;
}

.ve-similar-routes-section {
	padding-top: 6px;
}

.ve-related-routes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
}

.ve-related-route-card {
	border: 1px solid #dbe3f1;
	border-radius: 12px;
	padding: 14px;
	background: #ffffff;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ve-related-route-card:hover,
.ve-related-route-card:focus-within {
	transform: translateY(-2px);
	border-color: #bfdbfe;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.ve-related-route-title {
	margin: 0 0 6px;
	font-size: 0.98rem;
	line-height: 1.4;
}

.ve-related-route-link {
	color: #0f172a;
	text-decoration: none;
}

.ve-related-route-link:hover,
.ve-related-route-link:focus {
	color: #1d4ed8;
	text-decoration: underline;
}

.ve-related-route-meta {
	margin: 0;
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.55;
}

.ve-route-internal-links p {
	margin: 0;
}

@media (max-width: 768px) {
	.ve-eligibility-card {
		padding: 24px 18px;
	}

	.ve-eligibility-title {
		font-size: 1.7rem;
	}

	.ve-routes-archive-title {
		font-size: 1.9rem;
	}

	.ve-homepage-routes {
		padding: 20px 16px;
		border-radius: 14px;
	}

	.ve-homepage-routes-title {
		font-size: 1.45rem;
	}

	.ve-homepage-routes-intro {
		font-size: 0.96rem;
	}

	.ve-homepage-routes-archive-cta {
		margin-top: 18px;
		padding-top: 14px;
	}

	.ve-route-intro {
		font-size: 16px;
	}

	.ve-related-routes-grid {
		grid-template-columns: 1fr;
	}
}
