.zepc-admissions {
	--zepca-primary: #00235e;
	--zepca-primary-2: #0f438c;
	--zepca-primary-soft: #eef4fb;
	--zepca-accent: #ffb600;
	--zepca-accent-soft: #fff4ce;
	--zepca-text: #182334;
	--zepca-muted: #5d6878;
	--zepca-surface: #fff;
	--zepca-border: #dce4ee;
	--zepca-focus: #ffb600;
	width: 100%;
	margin-block: 1.5rem 0;
	color: var(--zepca-text);
	font: inherit;
	line-height: 1.6;
}

.zepc-admissions *,
.zepc-admissions *::before,
.zepc-admissions *::after {
	box-sizing: border-box;
}

.zepc-admissions h2,
.zepc-admissions h3,
.zepc-admissions p,
.zepc-admissions dl,
.zepc-admissions dd {
	margin-top: 0;
}

.zepc-admissions .zepca-section__header h2,
.zepc-admissions .zepca-card__header h3,
.zepc-admissions .zepca-support-card h2 {
	margin-block: 0 !important;
}

.zepc-admissions .zepca-section__header .zepca-section__kicker {
	margin: 0 0 0.42rem !important;
}

.zepca-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(16rem, 17rem);
	gap: clamp(1.2rem, 3vw, 2rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.2rem, 2.8vw, 1.75rem) clamp(1.25rem, 3.4vw, 2.25rem);
	border: 1px solid #d9e2ed;
	border-radius: 1.3rem;
	background: linear-gradient(112deg, #f1f6fc 0%, #fff 62%, #fff4cf 100%);
	box-shadow: 0 0.75rem 2rem rgba(0, 35, 94, 0.07);
}

.zepca-hero--single {
	grid-template-columns: minmax(0, 1fr);
}

.zepca-hero::before,
.zepca-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.zepca-hero::before {
	top: -4rem;
	right: -2.5rem;
	width: 11rem;
	height: 11rem;
	border: 1.5rem solid rgba(0, 35, 94, 0.05);
	border-radius: 50%;
}

.zepca-hero::after {
	right: 8rem;
	bottom: -4.8rem;
	width: 7.2rem;
	height: 7.2rem;
	background:
		linear-gradient(45deg, transparent 44%, rgba(255, 182, 0, 0.17) 44% 56%, transparent 56%),
		linear-gradient(-45deg, transparent 44%, rgba(0, 35, 94, 0.07) 44% 56%, transparent 56%);
	transform: rotate(12deg);
}

.zepca-hero__content,
.zepca-hero__aside,
.zepca-hero__summary {
	position: relative;
	z-index: 1;
}

.zepca-hero__aside {
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: 17rem;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.65rem;
	justify-self: end;
}

.zepca-hero__updated {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-height: 2.45rem;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.42rem 0.78rem;
	overflow: hidden;
	border: 1px solid var(--zepca-border);
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0.35rem 0.9rem rgba(0, 35, 94, 0.05);
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
}

.zepca-hero__updated time {
	margin-left: 0.24em;
	white-space: nowrap;
}

.zepca-hero--single .zepca-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"eyebrow meta"
		"title title"
		"text text";
	column-gap: clamp(1.25rem, 4vw, 3rem);
	align-items: center;
}

.zepca-eyebrow,
.zepca-section__kicker {
	margin-bottom: 0.5rem;
	color: var(--zepca-primary);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	line-height: 1;
}

.zepca-eyebrow {
	grid-area: eyebrow;
	display: inline-flex;
	justify-self: start;
	min-height: 1.8rem;
	align-items: center;
	padding: 0.22rem 0.62rem;
	border: 1px solid rgba(0, 35, 94, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
}

.zepca-eyebrow::before {
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.42rem;
	border-radius: 50%;
	background: var(--zepca-accent);
	content: "";
}

.zepca-hero h2 {
	grid-area: title;
	max-width: 25ch;
	margin-bottom: 0.55rem;
	color: var(--zepca-primary);
	font-size: clamp(1.75rem, 3.35vw, 2.45rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.zepca-hero--single h2 {
	max-width: 30ch;
}

.zepca-hero__text {
	grid-area: text;
	max-width: 66ch;
	margin-bottom: 0;
	color: #425168;
	font-size: clamp(0.94rem, 1.45vw, 1.04rem);
	line-height: 1.5;
}

.zepca-hero__meta {
	grid-area: meta;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.zepca-hero__meta span {
	display: inline-flex;
	min-height: 2.45rem;
	align-items: center;
	padding: 0.42rem 0.78rem;
	border: 1px solid var(--zepca-border);
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 0.35rem 0.9rem rgba(0, 35, 94, 0.05);
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 750;
	white-space: nowrap;
}

.zepca-hero__summary {
	display: grid;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0;
	padding: 0.6rem;
	border-radius: 1rem;
	background: var(--zepca-primary);
	box-shadow: 0 0.65rem 1.5rem rgba(0, 35, 94, 0.14);
}

.zepca-hero__summary div {
	display: grid;
	min-width: 0;
	grid-template-rows: minmax(2.7em, auto) auto;
	align-content: start;
	padding: 0.72rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0.72rem;
	background: rgba(255, 255, 255, 0.07);
}

.zepca-hero__summary dt {
	display: flex;
	align-items: flex-start;
	max-width: 100%;
	overflow-wrap: normal !important;
	word-break: keep-all !important;
	hyphens: none !important;
	white-space: nowrap !important;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.6rem, 0.72vw, 0.68rem);
	letter-spacing: -0.01em;
	font-weight: 650;
	line-height: 1.3;
}

.zepca-hero__summary dd {
	align-self: end;
	margin: 0;
	color: #fff;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.05;
}

.zepca-deadline {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	margin-top: 1rem;
	padding: clamp(0.95rem, 2.5vw, 1.25rem);
	border-radius: 1.1rem;
	background: linear-gradient(105deg, var(--zepca-primary) 0%, var(--zepca-primary-2) 100%);
	box-shadow: 0 0.65rem 1.6rem rgba(0, 35, 94, 0.13);
	color: #fff;
}

.zepca-deadline__icon {
	display: grid;
	width: 2.7rem;
	height: 2.7rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
}

.zepca-deadline h3 {
	margin-bottom: 0.08rem;
	color: #fff;
	font-size: 1.04rem;
	line-height: 1.3;
}

.zepca-deadline__content p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
}

.zepca-deadline__date {
	display: inline-flex;
	min-height: 2.8rem;
	align-items: center;
	gap: 0.38rem;
	margin-bottom: 0;
	padding: 0.55rem 0.82rem;
	border-radius: 0.75rem;
	background: var(--zepca-accent);
	color: var(--zepca-primary);
	white-space: nowrap;
}

.zepca-deadline__date strong {
	font-size: 0.88rem;
	font-weight: 850;
}

.zepca-section-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-top: 1.25rem;
	padding: 0.7rem;
	border: 1px solid var(--zepca-border);
	border-radius: 1rem;
	background: var(--zepca-surface);
}

.zepca-section-nav__label {
	padding-inline: 0.25rem;
	color: var(--zepca-muted);
	font-size: 0.88rem;
	font-weight: 650;
}

.zepca-section-nav a {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	padding: 0.45rem 0.85rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--zepca-primary-soft);
	color: var(--zepca-primary) !important;
	font-size: 0.88rem;
	font-weight: 750;
	text-decoration: none !important;
}

.zepca-sections {
	display: grid;
	gap: clamp(2.1rem, 4vw, 3rem);
	margin-top: clamp(2.1rem, 4vw, 3rem);
}

.zepca-section {
	scroll-margin-top: 7rem;
}

.zepca-section__header {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid var(--zepca-border);
}

.zepca-section__header h2,
.zepca-support-card h2,
.zepca-empty h2 {
	margin-bottom: 0;
	color: var(--zepca-primary);
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	line-height: 1.17;
}

.zepca-section__count {
	flex: 0 0 auto;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	background: var(--zepca-primary-soft);
	color: var(--zepca-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.zepca-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.zepca-card {
	--zepca-specialty: var(--zepca-primary);
	position: relative;
	overflow: hidden;
	border: 1px solid var(--zepca-border);
	border-radius: 1.2rem;
	background: var(--zepca-surface);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 35, 94, 0.055);
}

.zepca-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0.28rem;
	background: var(--zepca-specialty);
	content: "";
}

.zepca-card--wide {
	grid-column: 1 / -1;
}

.zepca-card--orphan {
	grid-column: auto;
	width: 100%;
	justify-self: stretch;
}

.zepca-card--wide .zepca-card__programs {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.zepca-card--wide .zepca-program {
	grid-template-rows: minmax(0, 1fr) auto;
}

.zepca-card--b2 { --zepca-specialty: #eb3c00; }
.zepca-card--f2 { --zepca-specialty: #009bde; }
.zepca-card--g3,
.zepca-card--g4 { --zepca-specialty: #00975f; }
.zepca-card--g5 { --zepca-specialty: #c3007a; }
.zepca-card--d1 { --zepca-specialty: #59287f; }
.zepca-card--d3 { --zepca-specialty: #ac003e; }
.zepca-card--g11 { --zepca-specialty: #374150; }

.zepca-card__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.8rem;
	align-items: baseline;
	padding: 1.25rem 1.2rem 1rem;
}

.zepca-card__code {
	display: inline-flex;
	min-width: 2.9rem;
	height: 2.35rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.55rem;
	border: 1px solid color-mix(in srgb, var(--zepca-specialty) 38%, #fff);
	border-radius: 0.7rem;
	background: color-mix(in srgb, var(--zepca-specialty) 8%, #fff);
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@supports not (background: color-mix(in srgb, #000 10%, #fff)) {
	.zepca-card__code {
		border-color: var(--zepca-border);
		background: var(--zepca-primary-soft);
	}
}

.zepca-card h3 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.02rem, 2vw, 1.18rem);
	line-height: 1.3;
}

.zepca-card__programs {
	display: grid;
	gap: 0.65rem;
	padding: 0 0.85rem 0.85rem;
}

.zepca-program {
	display: grid;
	gap: 0.75rem;
	padding: 0.95rem;
	border-radius: 0.92rem;
	background: #f5f8fc;
}

.zepca-program__name {
	margin-bottom: 0;
	color: var(--zepca-text);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.42;
}

.zepca-program__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
	gap: 0.55rem;
}

.zepca-document-link {
	position: relative;
	display: grid;
	min-height: 3.45rem;
	align-content: center;
	padding: 0.62rem 2.1rem 0.62rem 0.78rem;
	border: 1px solid transparent;
	border-radius: 0.72rem;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

.zepca-document-link small {
	margin-top: 0.12rem;
	font-size: 0.69rem;
	font-weight: 650;
	opacity: 0.82;
}

.zepca-document-link__arrow {
	position: absolute;
	top: 50%;
	right: 0.72rem;
	font-size: 1rem;
	transform: translateY(-50%);
}

.zepca-document-link--budget {
	border-color: #b9e1cf;
	background: #e7f6ee;
	color: #075f3d !important;
}

.zepca-document-link--contract {
	border-color: #f1d388;
	background: #fff4d9;
	color: #6a4700 !important;
}

.zepca-empty {
	margin-top: 1.5rem;
	padding: clamp(2rem, 6vw, 4rem) 1.5rem;
	border: 1px dashed #91a3ba;
	border-radius: 1.2rem;
	background: linear-gradient(135deg, var(--zepca-primary-soft), #fff9e8);
	text-align: center;
}

.zepca-empty__mark {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	margin: 0 auto 0.8rem;
	border-radius: 0.8rem;
	background: var(--zepca-primary);
	color: #fff;
	font-size: 1.2rem;
}

.zepca-empty p {
	max-width: 48rem;
	margin: 0.55rem auto 0;
	color: var(--zepca-muted);
}

.zepca-support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: clamp(2.1rem, 4vw, 3rem);
}

.zepca-support-card {
	padding: clamp(1.25rem, 3.5vw, 1.8rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.15rem;
	background: var(--zepca-primary-soft);
}

.zepca-support-card--help {
	border-color: #ecd596;
	background: #fff8e5;
}

.zepca-support-card h2 {
	font-size: clamp(1.2rem, 2.5vw, 1.55rem);
}

.zepca-support-card > p:last-of-type {
	margin: 0.65rem 0 0 !important;
	color: var(--zepca-muted);
}

.zepca-help__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.9rem;
	align-items: center;
	margin-top: 0.85rem;
}

.zepca-phone,
.zepca-help__link {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	color: var(--zepca-primary) !important;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.zepca-footnote {
	margin: 0.9rem 0 0;
	color: #718096;
	font-size: 0.78rem;
}

.zepca-section-nav a:hover,
.zepca-document-link:hover,
.zepca-phone:hover,
.zepca-help__link:hover {
	text-decoration-thickness: 2px !important;
}

.zepca-section-nav a:hover {
	border-color: #b9c8da;
	background: #fff;
}

.zepca-document-link:hover {
	filter: brightness(0.985);
}

.zepc-admissions a:focus,
.zepc-admissions a:focus-visible {
	outline: 3px solid var(--zepca-focus);
	outline-offset: 3px;
}

.zepca-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 64rem) {
	.zepca-hero {
		grid-template-columns: minmax(0, 1fr) minmax(15.5rem, 16rem);
	}

	.zepca-hero__aside {
		max-width: 16rem;
	}
}

@media (max-width: 50rem) {
	.zepca-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-hero__aside {
		width: 100%;
		min-width: 0;
		max-width: 22rem;
		justify-self: stretch;
	}

	.zepca-hero--single .zepca-hero__content {
		display: block;
	}

	.zepca-hero--single .zepca-hero__meta {
		justify-content: flex-start;
		margin-top: 0.8rem;
	}

	.zepca-hero__summary {
		width: 100%;
		min-width: 0;
		max-width: 22rem;
	}

	.zepca-hero__updated {
		justify-content: flex-start;
		text-align: left;
	}

	.zepca-card-grid,
	.zepca-support-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-card--wide,
	.zepca-card--orphan {
		grid-column: auto;
		width: 100%;
	}

	.zepca-card--wide .zepca-card__programs {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 40rem) {
	.zepca-deadline {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.zepca-deadline__date {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.zepca-section__header {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 30rem) {
	.zepca-hero {
		padding: 1.15rem;
	}

	.zepca-hero h2 {
		font-size: 1.7rem;
	}

	.zepca-hero,
	.zepca-deadline,
	.zepca-card,
	.zepca-support-card {
		border-radius: 1rem;
	}

	.zepca-hero::before {
		display: none;
	}

	.zepca-program__actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-hero__summary {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.zepc-admissions *,
	.zepc-admissions *::before,
	.zepc-admissions *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}

@media (forced-colors: active) {
	.zepca-hero,
	.zepca-deadline,
	.zepca-card,
	.zepca-document-link,
	.zepca-support-card,
	.zepca-section-nav a,
	.zepca-hero__summary,
	.zepca-hero__summary div,
	.zepca-card__code {
		border: 1px solid CanvasText;
	}

	.zepca-card::before,
	.zepca-hero::before,
	.zepca-hero::after {
		display: none;
	}
}

/* Enrollment orders module */
.zepca-orders-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1.25rem, 4vw, 3rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.25rem, 3.5vw, 2.25rem);
	border: 1px solid var(--zepca-border);
	border-left: 0.42rem solid var(--zepca-accent);
	border-radius: 1.2rem;
	background: linear-gradient(105deg, #fff 0%, #f4f7fb 100%);
	box-shadow: 0 0.7rem 1.9rem rgba(0, 35, 94, 0.065);
}

.zepca-orders-hero::before,
.zepca-orders-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.zepca-orders-hero::before {
	top: -2.4rem;
	right: 3.4rem;
	width: 5.4rem;
	height: 7rem;
	border: 1px solid rgba(0, 35, 94, 0.09);
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.62);
	transform: rotate(8deg);
}

.zepca-orders-hero::after {
	top: -1.5rem;
	right: -0.6rem;
	width: 5.4rem;
	height: 7rem;
	border: 1px solid rgba(255, 182, 0, 0.28);
	border-radius: 0.65rem;
	background: rgba(255, 244, 206, 0.58);
	transform: rotate(-5deg);
}

.zepca-orders-hero__content,
.zepca-orders-hero__aside {
	position: relative;
	z-index: 1;
}

.zepca-orders-hero__eyebrow {
	margin-bottom: 0.65rem;
}

.zepca-orders-hero h2 {
	max-width: 35ch;
	margin-bottom: 0.45rem;
	color: var(--zepca-primary);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.zepca-orders-hero__content > p:last-child {
	max-width: 65ch;
	margin-bottom: 0;
	color: #46556b;
	font-size: clamp(0.92rem, 1.35vw, 1.02rem);
}

.zepca-orders-hero__aside {
	display: grid;
	min-width: 9.5rem;
	gap: 0.55rem;
	justify-items: end;
}

.zepca-orders-hero__date,
.zepca-orders-hero__aside strong {
	display: inline-flex;
	min-height: 2.45rem;
	align-items: center;
	padding: 0.42rem 0.75rem;
	border-radius: 0.75rem;
	font-size: 0.78rem;
	font-weight: 750;
	white-space: nowrap;
}

.zepca-orders-hero__date {
	border: 1px solid var(--zepca-border);
	background: #fff;
	color: var(--zepca-primary);
}

.zepca-orders-hero__aside strong {
	background: var(--zepca-primary);
	color: #fff;
}

.zepca-orders-empty {
	min-height: 12rem;
	margin-top: 1rem;
}

.zepca-order-sections {
	display: grid;
	gap: clamp(2.4rem, 5vw, 4rem);
	margin-top: clamp(2.4rem, 5vw, 4rem);
}

.zepca-order-section {
	scroll-margin-top: 7rem;
}

.zepca-order-section__header {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 1.1rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid var(--zepca-border);
}

.zepca-order-section__header h2 {
	margin-bottom: 0;
	color: var(--zepca-primary);
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	line-height: 1.15;
}

.zepca-order-funding-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.zepca-order-group {
	overflow: hidden;
	border: 1px solid var(--zepca-border);
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 0.45rem 1.4rem rgba(0, 35, 94, 0.05);
}

.zepca-order-group__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.1rem;
	border-bottom: 1px solid var(--zepca-border);
	background: var(--zepca-primary-soft);
}

.zepca-order-group--contract .zepca-order-group__header {
	background: var(--zepca-accent-soft);
}

.zepca-order-group__header h3 {
	margin-bottom: 0;
	color: var(--zepca-primary);
	font-size: 1.05rem;
}

.zepca-order-group__header > span {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 800;
}

.zepca-order-list {
	display: grid;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.zepca-order-list > li {
	margin: 0 !important;
	padding: 0 !important;
}

.zepca-order-list > li + li {
	border-top: 1px solid var(--zepca-border);
}

.zepca-order-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"basis action"
		"heading action"
		"meta action";
	gap: 0.28rem 1rem;
	min-height: 8.2rem;
	align-items: center;
	padding: 1.05rem 1.1rem;
	color: var(--zepca-text) !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, box-shadow 160ms ease;
}

.zepca-order-link__basis {
	grid-area: basis;
	justify-self: start;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: var(--zepca-primary-soft);
	color: var(--zepca-primary);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.zepca-order-link > strong {
	grid-area: heading;
	color: var(--zepca-primary);
	font-size: 0.98rem;
	line-height: 1.35;
}

.zepca-order-link > small {
	grid-area: meta;
	color: var(--zepca-muted);
	font-size: 0.78rem;
	line-height: 1.4;
}

.zepca-order-link__action {
	grid-area: action;
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.72rem;
	border-radius: 0.72rem;
	background: var(--zepca-primary);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	white-space: nowrap;
}

.zepca-order-link:hover {
	background: #f8fafc;
}

.zepca-order-link:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid var(--zepca-focus);
	outline-offset: -3px;
}

.zepca-orders-support {
	margin-top: clamp(2.4rem, 5vw, 4rem);
}

@media (max-width: 52rem) {
	.zepca-orders-hero {
		grid-template-columns: 1fr;
	}

	.zepca-orders-hero__aside {
		grid-template-columns: repeat(2, auto);
		justify-content: start;
		justify-items: start;
	}

	.zepca-order-funding-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 36rem) {
	.zepca-orders-hero::before,
	.zepca-orders-hero::after {
		display: none;
	}

	.zepca-orders-hero__aside {
		grid-template-columns: 1fr;
	}

	.zepca-orders-hero__date,
	.zepca-orders-hero__aside strong {
		white-space: normal;
	}

	.zepca-order-link {
		grid-template-columns: 1fr;
		grid-template-areas: "basis" "heading" "meta" "action";
		min-height: 0;
	}

	.zepca-order-link__action {
		justify-content: center;
	}

	.zepca-order-section__header {
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zepca-order-link {
		transition: none;
	}
}

@media (forced-colors: active) {
	.zepca-orders-hero,
	.zepca-order-group,
	.zepca-order-link__action {
		border: 1px solid CanvasText;
	}
}

/* Admission documents module: shared College Admissions design system. */
.zepca-documents {
	display: grid;
	gap: 1rem;
}

.zepca-button {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 1rem;
	border: 1px solid transparent;
	border-radius: 0.78rem;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.zepca-button:hover {
	transform: translateY(-1px);
}

.zepca-button--primary {
	background: var(--zepca-primary);
	box-shadow: 0 0.55rem 1.25rem rgba(0, 35, 94, 0.16);
	color: #fff !important;
}

.zepca-button--secondary {
	border-color: var(--zepca-border);
	background: #fff;
	color: var(--zepca-primary) !important;
}

.zepca-button--light {
	background: #fff;
	color: var(--zepca-primary) !important;
}

.zepca-button--ghost {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.zepca-docs-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(10rem, 15rem);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.4rem, 3.2vw, 2rem) clamp(1.35rem, 3.5vw, 2.35rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.3rem;
	background: linear-gradient(118deg, #f3f7fc 0%, #fff 62%, #fff4cf 100%);
	box-shadow: 0 0.75rem 2rem rgba(0, 35, 94, 0.065);
}

.zepca-docs-hero::after {
	position: absolute;
	right: -4rem;
	bottom: -5rem;
	width: 13rem;
	height: 13rem;
	border: 1.5rem solid rgba(255, 182, 0, 0.08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.zepca-docs-hero__content,
.zepca-docs-hero__visual {
	position: relative;
	z-index: 1;
}

.zepca-docs-hero h2 {
	max-width: 27ch;
	margin-bottom: 0.65rem;
	color: var(--zepca-primary);
	font-size: clamp(1.8rem, 3.4vw, 2.45rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.zepca-docs-hero__content > p:not(.zepca-eyebrow) {
	max-width: 66ch;
	margin-bottom: 0;
	color: #425168;
	font-size: clamp(0.95rem, 1.4vw, 1.04rem);
	line-height: 1.55;
}

.zepca-docs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.zepca-docs-hero__visual {
	display: grid;
	gap: 0.55rem;
	align-self: stretch;
	padding: 0.55rem;
	border-radius: 1rem;
	background: var(--zepca-primary);
	box-shadow: 0 0.75rem 1.75rem rgba(0, 35, 94, 0.14);
	transform: rotate(2deg);
}

.zepca-docs-hero__visual span {
	display: flex;
	min-height: 3.15rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.72rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.72rem;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.zepca-docs-hero__visual span::after {
	width: 55%;
	height: 0.42rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: 0 0.72rem 0 rgba(255, 255, 255, 0.18);
	content: "";
}

.zepca-docs-panel,
.zepca-docs-videos {
	padding: clamp(1.25rem, 3vw, 1.8rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.25rem;
	background: var(--zepca-surface);
	box-shadow: 0 0.7rem 1.8rem rgba(0, 35, 94, 0.05);
}

.zepca-module-heading {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
}

.zepca-module-heading h2 {
	margin-bottom: 0;
	color: var(--zepca-primary);
	font-size: clamp(1.45rem, 2.8vw, 2rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.zepca-docs-panel__intro {
	max-width: 70ch;
	margin: 0.75rem 0 1.15rem;
	color: var(--zepca-muted);
}

.zepca-doc-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--zepca-border);
	border-radius: 1rem;
	background: #fff;
	list-style: none;
}

.zepca-doc-list li {
	display: grid;
	grid-template-columns: 3.15rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	padding: 1rem 1.05rem;
	border-bottom: 1px solid #edf1f6;
}

.zepca-doc-list li:last-child {
	border-bottom: 0;
}

.zepca-doc-list li:nth-child(even) {
	background: #fafcff;
}

.zepca-doc-list__number {
	display: inline-flex;
	width: 2.55rem;
	height: 2.55rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.72rem;
	background: var(--zepca-accent-soft);
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
	font-variant-numeric: tabular-nums;
}

.zepca-doc-list h3 {
	margin: 0;
	color: var(--zepca-primary);
	font-size: 1.02rem;
	line-height: 1.35;
}

.zepca-doc-list p {
	margin: 0.25rem 0 0;
	color: var(--zepca-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.zepca-docs-empty {
	margin: 1rem 0 0;
	padding: 1rem;
	border: 1px dashed #9fb0c5;
	border-radius: 0.9rem;
	background: #f8fafc;
	color: var(--zepca-muted);
}

.zepca-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.zepca-video-card {
	display: grid;
	grid-template-columns: minmax(10rem, 42%) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--zepca-border);
	border-radius: 1rem;
	background: #fff;
	color: var(--zepca-text) !important;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.zepca-video-card:hover {
	transform: translateY(-2px);
	border-color: #b9c7d8;
	box-shadow: 0 0.75rem 1.6rem rgba(0, 35, 94, 0.09);
}

.zepca-video-card__media {
	position: relative;
	min-height: 10rem;
	overflow: hidden;
	background: linear-gradient(135deg, var(--zepca-primary), var(--zepca-primary-2));
}

.zepca-video-card__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.9) contrast(0.96);
}

.zepca-video-card__media--thumbnail::before {
	inset: 0;
	z-index: 1;
	border: 0;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(0, 35, 94, 0.16), rgba(0, 35, 94, 0.02));
}

.zepca-video-card__media--thumbnail::after {
	display: none;
}

.zepca-video-card__play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 50%;
	background: var(--zepca-accent);
	box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.2);
	color: var(--zepca-primary);
	font-size: 1rem;
	transform: translate(-50%, -50%);
}

.zepca-video-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 1rem;
}

.zepca-video-card__body small {
	margin-bottom: 0.45rem;
	color: var(--zepca-primary-2);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.zepca-video-card__body strong {
	color: var(--zepca-primary);
	font-size: 0.98rem;
	line-height: 1.35;
}

.zepca-video-card__body > span:last-child {
	margin-top: 0.75rem;
	color: var(--zepca-primary-2);
	font-size: 0.85rem;
	font-weight: 800;
}

.zepca-docs-help {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.25rem;
	align-items: center;
	padding: clamp(1.35rem, 3vw, 2rem);
	border-radius: 1.25rem;
	background: linear-gradient(110deg, var(--zepca-primary) 0%, var(--zepca-primary-2) 100%);
	box-shadow: 0 0.8rem 1.8rem rgba(0, 35, 94, 0.14);
	color: #fff;
}

.zepca-docs-help .zepca-section__kicker,
.zepca-docs-help h2 {
	color: #fff;
}

.zepca-docs-help h2 {
	margin-bottom: 0.45rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.15;
}

.zepca-docs-help p:last-child {
	max-width: 64ch;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.84);
}

.zepca-docs-help__actions {
	justify-content: flex-end;
	margin-top: 0;
}

.zepc-admissions a:focus-visible,
.zepc-admissions button:focus-visible {
	outline: 3px solid var(--zepca-focus);
	outline-offset: 3px;
}

@media (max-width: 62rem) {
	.zepca-docs-hero {
		grid-template-columns: minmax(0, 1fr) 11rem;
	}

	.zepca-video-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 46rem) {
	.zepca-docs-hero,
	.zepca-docs-help {
		grid-template-columns: 1fr;
	}

	.zepca-docs-hero__visual {
		display: none;
	}

	.zepca-docs-help__actions {
		justify-content: flex-start;
	}

	.zepca-video-card {
		grid-template-columns: 1fr;
	}

	.zepca-video-card__media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}
}

@media (max-width: 34rem) {
	.zepca-docs-actions,
	.zepca-docs-actions .zepca-button {
		width: 100%;
	}

	.zepca-doc-list li {
		grid-template-columns: 2.55rem minmax(0, 1fr);
		padding-inline: 0.85rem;
	}

	.zepca-doc-list__number {
		width: 2.25rem;
		height: 2.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zepca-button,
	.zepca-video-card {
		transition: none;
	}

	.zepca-button:hover,
	.zepca-video-card:hover {
		transform: none;
	}
}

@media (forced-colors: active) {
	.zepca-docs-hero,
	.zepca-docs-panel,
	.zepca-docs-videos,
	.zepca-docs-help,
	.zepca-doc-list,
	.zepca-video-card,
	.zepca-button {
		border: 1px solid CanvasText;
	}
}

.zepca-video-card__media::before,
.zepca-video-card__media::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.zepca-video-card__media::before {
	inset: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.75rem;
	background:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 1.25rem 1.25rem;
}

.zepca-video-card__media::after {
	right: -2.5rem;
	bottom: -2.5rem;
	width: 7rem;
	height: 7rem;
	border: 0.9rem solid rgba(255, 182, 0, 0.2);
	border-radius: 50%;
}

/* State-funded admission places module. */
.zepca-state-order {
	display: grid;
	gap: 1.15rem;
}

.zepca-state-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
	gap: clamp(1.25rem, 4vw, 3rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.4rem, 3.4vw, 2.35rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.3rem;
	background:
		linear-gradient(112deg, #f1f6fc 0%, #fff 62%, #fff5d8 100%);
	box-shadow: 0 0.75rem 2rem rgba(0, 35, 94, 0.07);
}

.zepca-state-hero::before,
.zepca-state-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.zepca-state-hero::before {
	top: -4.5rem;
	right: -2.8rem;
	width: 11rem;
	height: 11rem;
	border: 1.45rem solid rgba(0, 35, 94, 0.05);
	border-radius: 50%;
}

.zepca-state-hero::after {
	right: 22rem;
	bottom: -4.5rem;
	width: 6.8rem;
	height: 6.8rem;
	background:
		linear-gradient(45deg, transparent 43%, rgba(255, 182, 0, 0.17) 43% 57%, transparent 57%),
		linear-gradient(-45deg, transparent 43%, rgba(0, 35, 94, 0.07) 43% 57%, transparent 57%);
	transform: rotate(12deg);
}

.zepca-state-hero__content,
.zepca-state-hero__aside {
	position: relative;
	z-index: 1;
}

.zepca-state-hero__content h2 {
	max-width: 18ch;
	margin: 0.8rem 0 0.25rem !important;
	color: var(--zepca-primary);
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.04;
}

.zepca-state-hero__status {
	display: inline-flex;
	gap: 0.42rem;
	align-items: center;
	margin: 0.9rem 0 0 !important;
	color: #08764c;
	font-size: 0.86rem;
	font-weight: 800;
}

.zepca-state-hero__status span {
	display: grid;
	width: 1.45rem;
	height: 1.45rem;
	place-items: center;
	border-radius: 50%;
	background: #e5f7ef;
}

.zepca-state-hero__year {
	margin: 0 0 0.55rem !important;
	color: var(--zepca-primary-2);
	font-size: 1.05rem;
	font-weight: 800;
}

.zepca-state-hero__text {
	max-width: 68ch;
	margin-bottom: 0 !important;
	color: #47566d;
	font-size: clamp(0.98rem, 1.5vw, 1.08rem);
	font-weight: 600;
	line-height: 1.55;
}

.zepca-state-hero__aside {
	display: grid;
	gap: 0.72rem;
	width: 100%;
	max-width: 21rem;
	justify-self: end;
}

.zepca-state-hero__total {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, var(--zepca-primary), var(--zepca-primary-2));
	box-shadow: 0 0.7rem 1.6rem rgba(0, 35, 94, 0.16);
	color: #fff;
}

.zepca-state-hero__total strong {
	font-size: clamp(2.5rem, 5vw, 3.7rem);
	font-variant-numeric: tabular-nums;
	line-height: 0.9;
}

.zepca-state-hero__total span {
	max-width: 11ch;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
}

.zepca-state-hero__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0;
}

.zepca-state-hero__summary div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
	align-items: center;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--zepca-border);
	border-radius: 0.78rem;
	background: rgba(255, 255, 255, 0.9);
}

.zepca-state-hero__summary dt {
	color: var(--zepca-muted);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.15;
}

.zepca-state-hero__summary dd {
	margin: 0;
	color: var(--zepca-primary);
	font-size: 1.35rem;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.zepca-state-hero__updated {
	margin: 0 !important;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--zepca-border);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.88);
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 800;
	text-align: center;
}

.zepca-state-hero--empty {
	grid-template-columns: minmax(0, 1fr) auto;
}

.zepca-state-hero__updated--empty {
	align-self: end;
}

.zepca-state-sections,
.zepca-state-bases {
	display: grid;
	gap: 1.2rem;
}

.zepca-state-section {
	display: grid;
	gap: 1rem;
	padding-top: 0.4rem;
}

.zepca-state-section__header,
.zepca-state-basis__header {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
	justify-content: space-between;
}

.zepca-state-section__header {
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--zepca-border);
}

.zepca-state-section__header h2,
.zepca-state-basis__header h3 {
	margin: 0 !important;
	color: var(--zepca-primary);
	letter-spacing: -0.025em;
}

.zepca-state-section__header h2 {
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	line-height: 1.08;
}

.zepca-state-total-badge {
	flex: 0 0 auto;
	padding: 0.48rem 0.75rem;
	border-radius: 999px;
	background: var(--zepca-primary-soft);
	color: var(--zepca-primary);
	font-size: 0.78rem;
	font-weight: 800;
}

.zepca-state-total-badge strong {
	font-size: 1rem;
	font-variant-numeric: tabular-nums;
}

.zepca-state-basis {
	display: grid;
	gap: 0.85rem;
	padding: clamp(1rem, 2.4vw, 1.35rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 0.55rem 1.5rem rgba(0, 35, 94, 0.045);
}

.zepca-state-basis__header h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
	line-height: 1.15;
}

.zepca-state-basis__header span {
	flex: 0 0 auto;
	color: var(--zepca-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.zepca-state-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	align-items: stretch;
}

.zepca-state-card {
	--zepca-specialty: var(--zepca-primary);
	position: relative;
	display: grid;
	gap: 0.8rem;
	align-content: start;
	padding: 1rem;
	overflow: hidden;
	border: 1px solid var(--zepca-border);
	border-radius: 1rem;
	background: #fff;
}

.zepca-state-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0.25rem;
	background: var(--zepca-specialty);
	content: "";
}

.zepca-state-card.zepca-card--b2 { --zepca-specialty: #eb3c00; }
.zepca-state-card.zepca-card--f2 { --zepca-specialty: #009bde; }
.zepca-state-card.zepca-card--g3,
.zepca-state-card.zepca-card--g4 { --zepca-specialty: #00975f; }
.zepca-state-card.zepca-card--g5 { --zepca-specialty: #c3007a; }
.zepca-state-card.zepca-card--d1 { --zepca-specialty: #59287f; }
.zepca-state-card.zepca-card--d3 { --zepca-specialty: #ac003e; }
.zepca-state-card.zepca-card--g11 { --zepca-specialty: #374150; }

.zepca-state-card--wide {
	grid-column: 1 / -1;
}

.zepca-state-card__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	padding-top: 0.3rem;
}

.zepca-state-card__header > span {
	display: grid;
	min-width: 2.8rem;
	height: 2.4rem;
	place-items: center;
	padding-inline: 0.55rem;
	border: 1px solid color-mix(in srgb, var(--zepca-specialty) 28%, white);
	border-radius: 0.7rem;
	background: color-mix(in srgb, var(--zepca-specialty) 7%, white);
	color: var(--zepca-primary);
	font-weight: 900;
	line-height: 1;
}

.zepca-state-card__header h4 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.2;
}

.zepca-state-card__programs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
	gap: 0.7rem;
}

.zepca-state-program {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: center;
	min-height: 5.25rem;
	padding: 0.85rem;
	border-radius: 0.85rem;
	background: #f4f7fb;
}

.zepca-state-program > div > strong {
	display: block;
	color: var(--zepca-text);
	font-size: 0.95rem;
	line-height: 1.32;
}

.zepca-state-program small {
	display: block;
	margin-top: 0.35rem;
	color: var(--zepca-muted);
	font-size: 0.75rem;
	line-height: 1.35;
}

.zepca-state-program > p {
	display: grid;
	min-width: 4.5rem;
	justify-items: center;
	margin: 0 !important;
	padding: 0.65rem 0.6rem;
	border: 1px solid #b8dfce;
	border-radius: 0.75rem;
	background: #e7f7ef;
	color: #08764c;
	line-height: 1;
}

.zepca-state-program > p strong {
	font-size: 1.7rem;
	font-variant-numeric: tabular-nums;
}

.zepca-state-program > p span {
	margin-top: 0.25rem;
	font-size: 0.7rem;
	font-weight: 800;
}

.zepca-state-support {
	margin-top: 0.25rem;
}


/* Compact state-order slice for contextual pages (for example, correspondence education). */
.zepca-state-order--compact {
	display: grid;
	gap: 1rem;
	width: 100%;
}

.zepca-state-compact__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid var(--zepca-border);
}

.zepca-state-compact__header h2 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.zepca-state-compact__content {
	display: grid;
	gap: 1rem;
}

.zepca-state-basis--compact {
	box-shadow: none;
}

.zepca-state-order--compact .zepca-state-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zepca-state-order--compact .zepca-state-card--wide {
	grid-column: 1 / -1;
}

.zepca-state-compact__empty {
	padding: 1rem 1.1rem;
	border: 1px dashed var(--zepca-border-strong);
	border-radius: 1rem;
	background: var(--zepca-primary-soft);
}

.zepca-state-compact__empty p {
	margin: 0 !important;
	color: var(--zepca-muted);
	font-weight: 700;
}

@media (max-width: 62rem) {
	.zepca-state-hero {
		grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
	}

	.zepca-state-card-grid,
	.zepca-state-order--compact .zepca-state-card-grid {
		grid-template-columns: 1fr;
	}

	.zepca-state-card--wide {
		grid-column: auto;
	}
}

@media (max-width: 46rem) {
	.zepca-state-hero,
	.zepca-state-hero--empty {
		grid-template-columns: 1fr;
	}

	.zepca-state-hero__aside {
		max-width: none;
		justify-self: stretch;
	}

	.zepca-state-hero::after {
		right: 2rem;
	}

	.zepca-state-section__header,
	.zepca-state-basis__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.zepca-state-program {
		grid-template-columns: minmax(0, 1fr) 4.7rem;
	}
}

@media (max-width: 30rem) {
	.zepca-state-hero__summary {
		grid-template-columns: 1fr;
	}

	.zepca-state-program {
		grid-template-columns: 1fr;
	}

	.zepca-state-program > p {
		grid-template-columns: auto auto;
		gap: 0.35rem;
		justify-content: center;
		align-items: baseline;
	}

	.zepca-state-program > p span {
		margin-top: 0;
	}
}

@media (forced-colors: active) {
	.zepca-state-hero,
	.zepca-state-basis,
	.zepca-state-card,
	.zepca-state-program,
	.zepca-state-hero__total,
	.zepca-state-hero__summary div {
		border: 1px solid CanvasText;
	}
}

/* Compact admission-documents slice for contextual pages. */
.zepca-documents--compact {
	display: block;
	width: 100%;
}

.zepca-docs-compact__header {
	padding-bottom: 0.7rem;
	border-bottom: 1px solid var(--zepca-border);
}

.zepca-docs-compact__header h2 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.zepca-documents--compact .zepca-docs-panel__intro {
	margin-top: 0.8rem;
}

.zepca-documents--compact .zepca-doc-list {
	box-shadow: 0 0.55rem 1.4rem rgba(0, 35, 94, 0.04);
}

@media (forced-colors: active) {
	.zepca-docs-compact__header {
		border-color: CanvasText;
	}
}

/* Admission campaign dates */
.zepca-dates {
	--zepca-date-line: #cbd8e8;
}

.zepca-dates-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(11rem, 14rem);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.35rem, 3vw, 2rem) clamp(1.3rem, 3.5vw, 2.35rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.55rem;
	background:
		linear-gradient(115deg, rgba(238, 244, 251, 0.96) 0%, #fff 62%, rgba(255, 244, 206, 0.78) 100%);
	box-shadow: 0 0.85rem 2.2rem rgba(0, 35, 94, 0.07);
}

.zepca-dates-hero::before,
.zepca-dates-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.zepca-dates-hero::before {
	right: -3rem;
	bottom: -5rem;
	width: 12rem;
	height: 12rem;
	border: 1.35rem solid rgba(0, 35, 94, 0.055);
	border-radius: 50%;
}

.zepca-dates-hero::after {
	top: -3rem;
	right: 12rem;
	width: 6.5rem;
	height: 6.5rem;
	background: linear-gradient(135deg, rgba(255, 182, 0, 0.14), transparent 62%);
	transform: rotate(20deg);
}

.zepca-dates-hero__content,
.zepca-dates-hero__visual {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.zepca-dates-hero h2 {
	max-width: 18ch;
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.8rem, 4vw, 2.65rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.zepca-dates-hero__text {
	max-width: 48rem;
	margin: 0.8rem 0 0 !important;
	color: #405067;
	font-size: clamp(1rem, 1.7vw, 1.12rem);
	line-height: 1.58;
}

.zepca-dates-hero__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.15rem;
}

.zepca-dates-hero__nav .zepca-button {
	min-height: 2.75rem;
	padding-inline: 1rem;
	font-size: 0.93rem;
}

.zepca-dates-hero__visual {
	display: grid;
	place-items: center;
}

.zepca-dates-calendar {
	position: relative;
	display: grid;
	width: min(100%, 12.25rem);
	aspect-ratio: 1.15;
	place-items: center;
	border: 1px solid rgba(0, 35, 94, 0.16);
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 1rem 2rem rgba(0, 35, 94, 0.1);
	transform: rotate(3deg);
}

.zepca-dates-calendar::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.3rem;
	border-radius: 1.35rem 1.35rem 0.65rem 0.65rem;
	background: var(--zepca-primary);
	content: "";
}

.zepca-dates-calendar::after {
	position: absolute;
	top: 1.72rem;
	left: 1.15rem;
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	background: var(--zepca-accent);
	box-shadow: 2rem 0 0 var(--zepca-accent), 4rem 0 0 var(--zepca-accent), 6rem 0 0 var(--zepca-accent), 8rem 0 0 var(--zepca-accent);
	content: "";
}

.zepca-dates-calendar strong {
	margin-top: 1.6rem;
	color: var(--zepca-primary);
	font-size: clamp(1.9rem, 4vw, 2.7rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.zepca-dates-calendar i {
	position: absolute;
	bottom: 1.2rem;
	width: 1.25rem;
	height: 0.42rem;
	border-radius: 999px;
	background: rgba(0, 35, 94, 0.14);
}

.zepca-dates-calendar i:nth-of-type(1) { left: 1.4rem; }
.zepca-dates-calendar i:nth-of-type(2) { left: 3.2rem; background: var(--zepca-accent); }
.zepca-dates-calendar i:nth-of-type(3) { left: 5rem; }

.zepca-dates-sections {
	display: grid;
	gap: 1.35rem;
	margin-top: 1.35rem;
}

.zepca-dates-section {
	padding: clamp(1.1rem, 2.8vw, 1.55rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.5rem;
	background: var(--zepca-surface);
	box-shadow: 0 0.65rem 1.8rem rgba(0, 35, 94, 0.045);
}

.zepca-dates-section:nth-child(even) {
	background: #f7faff;
}

.zepca-dates-section__header {
	display: flex;
	gap: 0.8rem 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.zepca-dates-section__header h2 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 820;
	line-height: 1.16;
	letter-spacing: -0.025em;
}

.zepca-dates-section__header > span {
	display: inline-flex;
	min-height: 2.5rem;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--zepca-border);
	border-radius: 999px;
	background: var(--zepca-primary-soft);
	color: var(--zepca-primary);
	font-size: 0.83rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.zepca-dates-timeline {
	position: relative;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid var(--zepca-border);
	border-radius: 1.15rem;
	background: #fff;
	overflow: hidden;
}

.zepca-dates-timeline > li {
	position: relative;
	display: grid;
	grid-template-columns: minmax(7.4rem, 9rem) minmax(0, 1fr);
	gap: 0.9rem 1rem;
	align-items: start;
	padding: 0.95rem 1rem;
	border-bottom: 1px solid #edf1f6;
}

.zepca-dates-timeline > li:last-child {
	border-bottom: 0;
}

.zepca-dates-timeline > li::before {
	position: absolute;
	top: 1.25rem;
	left: 0;
	width: 0.24rem;
	height: 1.55rem;
	border-radius: 0 999px 999px 0;
	background: var(--zepca-accent);
	content: "";
}

.zepca-dates-timeline time {
	display: inline-flex;
	min-height: 2.2rem;
	align-items: center;
	color: var(--zepca-primary);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.3;
}

.zepca-dates-timeline h3 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.32;
}

.zepca-dates-timeline p {
	margin: 0.24rem 0 0 !important;
	color: var(--zepca-muted);
	font-size: 0.93rem;
	line-height: 1.5;
}

.zepca-dates-inline-link,
.zepca-dates-more a {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	margin-top: 0.38rem;
	color: var(--zepca-primary);
	font-size: 0.9rem;
	font-weight: 800;
	text-underline-offset: 0.18em;
}

.zepca-dates-enrollment {
	display: grid;
	grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid rgba(0, 35, 94, 0.13);
	border-radius: 1.15rem;
	background: linear-gradient(135deg, #eef4fb 0%, #fff 100%);
}

.zepca-dates-enrollment__heading {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
}

.zepca-dates-enrollment__heading > span {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 0.75rem;
	background: var(--zepca-accent);
	color: var(--zepca-primary);
	font-weight: 900;
}

.zepca-dates-enrollment__heading p {
	margin: 0 !important;
	color: var(--zepca-primary-2);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.zepca-dates-enrollment__heading h3 {
	margin: 0.25rem 0 0 !important;
	color: var(--zepca-primary);
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.25;
}

.zepca-dates-deadline-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.zepca-dates-deadline-grid > div {
	padding: 0.68rem 0.75rem;
	border: 1px solid var(--zepca-border);
	border-radius: 0.85rem;
	background: #fff;
}

.zepca-dates-deadline-grid strong,
.zepca-dates-deadline-grid span {
	display: block;
}

.zepca-dates-deadline-grid strong {
	color: var(--zepca-primary);
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.25;
}

.zepca-dates-deadline-grid span {
	margin-top: 0.18rem;
	color: var(--zepca-muted);
	font-size: 0.8rem;
	line-height: 1.35;
}

.zepca-dates-help {
	margin-top: 1.35rem;
	padding: clamp(1.35rem, 3vw, 1.9rem);
	border-radius: 1.5rem;
	background: linear-gradient(135deg, #123c7c 0%, #071f43 100%);
	color: #fff;
	text-align: center;
	box-shadow: 0 1rem 2rem rgba(0, 35, 94, 0.15);
}

.zepca-dates-help h2 {
	margin: 0 !important;
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.18;
}

.zepca-dates-help > p {
	max-width: 44rem;
	margin: 0.6rem auto 0 !important;
	color: rgba(255, 255, 255, 0.86);
}

.zepca-dates-help__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
	margin-top: 1rem;
}

.zepca-dates--compact {
	margin-block: 1rem 0;
}

.zepca-dates-section--compact {
	box-shadow: none;
}

.zepca-dates-section--compact .zepca-dates-section__header {
	margin-bottom: 0.85rem;
}

.zepca-dates-section--compact .zepca-dates-timeline > li {
	grid-template-columns: minmax(7.2rem, 8.5rem) minmax(0, 1fr);
	padding-block: 0.8rem;
}

.zepca-dates-section--compact .zepca-dates-enrollment {
	grid-template-columns: 1fr;
}

.zepca-dates-more {
	margin: 0.8rem 0 0 !important;
}

.zepca-dates-empty {
	padding: 1rem;
	border: 1px dashed var(--zepca-border);
	border-radius: 1rem;
	color: var(--zepca-muted);
	text-align: center;
}

@media (max-width: 800px) {
	.zepca-dates-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-dates-hero__visual {
		display: none;
	}

	.zepca-dates-enrollment {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 620px) {
	.zepca-dates-hero,
	.zepca-dates-section,
	.zepca-dates-help {
		border-radius: 1.15rem;
	}

	.zepca-dates-hero__nav,
	.zepca-dates-hero__nav .zepca-button {
		width: 100%;
	}

	.zepca-dates-section__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.zepca-dates-timeline > li,
	.zepca-dates-section--compact .zepca-dates-timeline > li {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.25rem;
	}

	.zepca-dates-timeline time {
		min-height: auto;
		font-size: 0.88rem;
	}

	.zepca-dates-deadline-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (forced-colors: active) {
	.zepca-dates-hero,
	.zepca-dates-section,
	.zepca-dates-timeline,
	.zepca-dates-enrollment,
	.zepca-dates-deadline-grid > div,
	.zepca-dates-help {
		border: 1px solid CanvasText;
	}

	.zepca-dates-timeline > li::before,
	.zepca-dates-enrollment__heading > span {
		background: Highlight;
		color: HighlightText;
	}
}

/* Admission subjects and programmes */
.zepca-subjects {
	--zepca-subject-blue: #0f438c;
	--zepca-subject-blue-soft: #eef4fb;
	--zepca-subject-design: #59287f;
	--zepca-subject-design-soft: #f4edf9;
	--zepca-subject-green: #00975f;
	--zepca-subject-green-soft: #eaf7f1;
	--zepca-subject-yellow: #ffb600;
	--zepca-subject-yellow-soft: #fff7dc;
}

.zepca-subjects-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 9.5rem;
	gap: clamp(1.25rem, 4vw, 3rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.35rem, 3vw, 2.15rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.5rem;
	background: linear-gradient(125deg, #eef4fb 0%, #fff 64%, #fff6d7 100%);
	box-shadow: 0 0.9rem 2.1rem rgba(0, 35, 94, 0.08);
}

.zepca-subjects-hero::after {
	position: absolute;
	right: -4rem;
	bottom: -5rem;
	width: 13rem;
	height: 13rem;
	border: 1.4rem solid rgba(0, 35, 94, 0.05);
	border-radius: 50%;
	content: "";
}

.zepca-subjects-hero > * {
	position: relative;
	z-index: 1;
}


.zepca-subjects-hero__text {
	max-width: 52rem;
	margin: 0.7rem 0 0 !important;
	color: var(--zepca-muted);
	font-size: clamp(1.04rem, 1.8vw, 1.14rem);
	font-weight: 550;
	line-height: 1.58;
}

.zepca-subjects-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.zepca-subjects-nav a {
	display: inline-flex;
	min-height: 2.55rem;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--zepca-border);
	border-radius: 999px;
	background: #fff;
	color: var(--zepca-primary);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.zepca-subjects-nav a:first-child {
	border-color: var(--zepca-primary);
	background: var(--zepca-primary);
	color: #fff;
}

.zepca-subjects-nav a:hover,
.zepca-subjects-nav a:focus-visible {
	border-color: var(--zepca-accent);
	box-shadow: 0 0 0 3px rgba(255, 182, 0, 0.18);
}

.zepca-subjects-hero__mark {
	display: grid;
	width: 8.5rem;
	height: 8.5rem;
	grid-template-columns: 1fr 1fr;
	place-items: center;
	justify-self: end;
	border: 1px solid rgba(0, 35, 94, 0.13);
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 1rem 2rem rgba(0, 35, 94, 0.09);
	color: var(--zepca-primary);
	font-size: 2.25rem;
	font-weight: 900;
	transform: rotate(3deg);
}

.zepca-subjects-hero__mark span:last-child {
	color: var(--zepca-accent);
}

.zepca-subjects-section,
.zepca-subjects-compact {
	margin-top: 1.25rem;
	padding: clamp(1.2rem, 3vw, 1.75rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.45rem;
	background: #fff;
	box-shadow: 0 0.65rem 1.7rem rgba(0, 35, 94, 0.05);
	scroll-margin-top: 6.5rem;
}

.zepca-subjects-section--alternate {
	background: #f7faff;
}

.zepca-subjects-section__header {
	display: flex;
	gap: 0.75rem 1rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.zepca-subjects-section__header h2,
.zepca-subjects-block-heading h2 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 840;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

.zepca-subjects-section__header > span {
	display: inline-flex;
	min-height: 2.45rem;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--zepca-border);
	border-radius: 999px;
	background: var(--zepca-primary-soft);
	color: var(--zepca-primary);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.zepca-subjects-section__header p,
.zepca-subjects-block-heading p {
	max-width: 48rem;
	margin: 0.35rem 0 0 !important;
	color: var(--zepca-muted);
}

.zepca-subject-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.zepca-subject-card-grid--compact {
	grid-template-columns: minmax(0, 1fr);
}

.zepca-subject-card {
	--zepca-card-accent: var(--zepca-subject-blue);
	--zepca-card-soft: var(--zepca-subject-blue-soft);
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 1.15rem;
	border: 1px solid color-mix(in srgb, var(--zepca-card-accent) 20%, #dce4ee);
	border-top: 0.3rem solid var(--zepca-card-accent);
	border-radius: 1.15rem;
	background: linear-gradient(145deg, var(--zepca-card-soft) 0%, #fff 58%);
}

.zepca-subject-card--design {
	--zepca-card-accent: var(--zepca-subject-design);
	--zepca-card-soft: var(--zepca-subject-design-soft);
}

.zepca-subject-card--yellow {
	--zepca-card-accent: #9a6900;
	--zepca-card-soft: var(--zepca-subject-yellow-soft);
}

.zepca-subject-card--green {
	--zepca-card-accent: var(--zepca-subject-green);
	--zepca-card-soft: var(--zepca-subject-green-soft);
}

.zepca-subject-card--neutral {
	--zepca-card-accent: #4b5563;
	--zepca-card-soft: #f5f7fa;
}

.zepca-subject-card__head {
	display: grid;
	grid-template-rows: 2.25rem minmax(3.05rem, auto) minmax(3rem, auto);
	align-content: start;
}

.zepca-subject-card__icon {
	min-height: 2.25rem;
	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.1;
}

.zepca-subject-card__icon--empty {
	visibility: hidden;
}

.zepca-subject-card h3 {
	align-self: start;
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: 1.2rem;
	font-weight: 830;
	line-height: 1.28;
}

.zepca-subject-card__head > p {
	align-self: start;
	margin: 0.4rem 0 0 !important;
	color: var(--zepca-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.zepca-subject-card__description--empty {
	visibility: hidden;
}

.zepca-subject-card__items {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0.85rem 0 0;
	list-style: none;
}

.zepca-subject-card__items li {
	display: grid;
	grid-template-columns: minmax(2.1rem, auto) minmax(0, 1fr);
	gap: 0.65rem;
	align-items: center;
	padding: 0.65rem 0.7rem;
	border: 1px solid color-mix(in srgb, var(--zepca-card-accent) 16%, #dce4ee);
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.94);
}

.zepca-subject-card__marker {
	display: inline-flex;
	min-width: 2rem;
	min-height: 2rem;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.45rem;
	border-radius: 999px;
	background: var(--zepca-card-soft);
	color: var(--zepca-card-accent);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.zepca-subject-card__items strong {
	color: var(--zepca-primary);
	font-size: 0.92rem;
	font-weight: 780;
	line-height: 1.4;
}

.zepca-subject-card__items .zepca-subject-card__choice-divider {
	display: grid;
	grid-template-columns: minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr);
	gap: 0.65rem;
	align-items: center;
	padding: 0.15rem 0.25rem;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.zepca-subject-card__choice-divider > span {
	height: 1px;
	background: color-mix(in srgb, var(--zepca-card-accent) 24%, #dce4ee);
}

.zepca-subject-card__choice-divider strong {
	color: var(--zepca-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-align: center;
	text-transform: lowercase;
}

.zepca-subjects-block-heading {
	margin-bottom: 1rem;
}

.zepca-subject-doc-groups {
	display: grid;
	gap: 0.85rem;
}

.zepca-subject-doc-group {
	padding: 1rem;
	border: 1px solid var(--zepca-border);
	border-radius: 1rem;
	background: #f8fafc;
}

.zepca-subject-doc-group:nth-child(even) {
	background: #fff;
}

.zepca-subject-doc-group h3,
.zepca-subject-example-group h3,
.zepca-subjects-compact__programmes h3 {
	margin: 0 0 0.7rem !important;
	color: var(--zepca-primary);
	font-size: 1.08rem;
	font-weight: 830;
	line-height: 1.3;
}

.zepca-subject-doc-list {
	display: grid;
	gap: 0.45rem;
}

.zepca-subject-doc {
	--zepca-doc-accent: var(--zepca-primary);
	display: grid;
	grid-template-columns: 2.7rem minmax(0, 1fr) auto;
	gap: 0.7rem;
	align-items: start;
	padding: 0.75rem;
	border: 1px solid var(--zepca-border);
	border-radius: 0.8rem;
	background: #fff;
	color: var(--zepca-primary);
	text-decoration: none;
}

.zepca-subject-doc--design {
	--zepca-doc-accent: var(--zepca-subject-design);
}

.zepca-subject-doc--green {
	--zepca-doc-accent: var(--zepca-subject-green);
}

.zepca-subject-doc--yellow {
	--zepca-doc-accent: #9a6900;
}

.zepca-subject-doc--neutral {
	--zepca-doc-accent: #4b5563;
}

.zepca-subject-doc > span {
	display: inline-flex;
	min-height: 1.85rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.45rem;
	background: var(--zepca-doc-accent);
	color: #fff;
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.zepca-subject-doc strong {
	font-size: 0.9rem;
	font-weight: 760;
	line-height: 1.45;
}

.zepca-subject-doc i {
	color: var(--zepca-muted);
	font-style: normal;
}

.zepca-subject-doc:hover,
.zepca-subject-doc:focus-visible {
	border-color: var(--zepca-doc-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--zepca-doc-accent) 16%, transparent);
}

.zepca-subjects-note {
	display: grid;
	gap: 0.2rem;
	margin-top: 0.7rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid #f0d27b;
	border-left: 0.3rem solid var(--zepca-accent);
	border-radius: 0.8rem;
	background: #fff8e5;
}

.zepca-subjects-note strong {
	color: var(--zepca-primary);
	font-size: 0.9rem;
}

.zepca-subjects-note span {
	color: var(--zepca-muted);
	font-size: 0.88rem;
	line-height: 1.48;
}

.zepca-subject-example-group + .zepca-subject-example-group {
	margin-top: 1rem;
}

.zepca-subject-example-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
	gap: 0.7rem;
	max-width: 46rem;
}

.zepca-subject-example-grid a {
	display: block;
	padding: 0.55rem;
	border: 1px solid var(--zepca-border);
	border-radius: 1rem;
	background: #f7f9fc;
}

.zepca-subject-example-grid img {
	display: block;
	width: 100%;
	height: 13rem;
	margin: 0;
	border-radius: 0.7rem;
	background: #fff;
	object-fit: contain;
}

.zepca-subject-example-grid a:hover,
.zepca-subject-example-grid a:focus-visible {
	border-color: var(--zepca-subject-design);
	box-shadow: 0 0 0 3px rgba(89, 40, 127, 0.12);
}

.zepca-subjects-help {
	margin-top: 1.25rem;
	padding: clamp(1.35rem, 3vw, 1.9rem);
	border-radius: 1.5rem;
	background: linear-gradient(135deg, #123c7c 0%, #071f43 100%);
	color: #fff;
	text-align: center;
	box-shadow: 0 1rem 2rem rgba(0, 35, 94, 0.15);
}

.zepca-subjects-help h2 {
	margin: 0 !important;
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.18;
}

.zepca-subjects-help > p {
	max-width: 45rem;
	margin: 0.6rem auto 0 !important;
	color: rgba(255, 255, 255, 0.86);
}

.zepca-subjects-help__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
	margin-top: 1rem;
}

.zepca-subjects--compact {
	margin-block: 1rem 0;
}

.zepca-subjects-compact {
	margin-top: 0;
	box-shadow: none;
}

.zepca-subjects-compact__programmes {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--zepca-border);
}

.zepca-subjects-compact__programmes > p {
	margin: -0.35rem 0 0.75rem !important;
	color: var(--zepca-muted);
}

.zepca-subjects-more {
	margin: 0.75rem 0 0 !important;
}

.zepca-subjects-more a {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	color: var(--zepca-primary);
	font-weight: 800;
	text-underline-offset: 0.18em;
}

@media (max-width: 800px) {
	.zepca-subjects-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-subjects-hero__mark {
		display: none;
	}
}

@media (max-width: 640px) {
	.zepca-subjects-hero,
	.zepca-subjects-section,
	.zepca-subjects-compact,
	.zepca-subjects-help {
		border-radius: 1.1rem;
	}

	.zepca-subjects-nav,
	.zepca-subjects-nav a {
		width: 100%;
	}

	.zepca-subjects-section__header {
		flex-direction: column;
	}

	.zepca-subject-card-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-subject-doc {
		grid-template-columns: 2.55rem minmax(0, 1fr);
	}

	.zepca-subject-doc i {
		display: none;
	}

	.zepca-subject-example-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zepca-subject-example-grid img {
		height: 10rem;
	}
}

@media (forced-colors: active) {
	.zepca-subjects-hero,
	.zepca-subjects-section,
	.zepca-subjects-compact,
	.zepca-subject-card,
	.zepca-subject-doc,
	.zepca-subject-example-grid a,
	.zepca-subjects-help {
		border: 1px solid CanvasText;
	}
}

@media (max-width: 50rem) {
	.zepca-subject-card__head {
		grid-template-rows: auto;
	}

	.zepca-subject-card__icon--empty,
	.zepca-subject-card__description--empty {
		display: none;
	}

	.zepca-subject-card__icon:not(.zepca-subject-card__icon--empty) {
		margin-bottom: 0.7rem;
	}
}

/* Tuition cost module */
.zepca-cost {
	--zepca-cost-blue: #174ea6;
	--zepca-cost-cyan: #009bde;
	--zepca-cost-purple: #59287f;
	--zepca-cost-green: #00975f;
	--zepca-cost-yellow: #ffb600;
	--zepca-cost-neutral: #536170;
}

.zepca-cost-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 8rem;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.35rem, 3vw, 2rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.45rem;
	background: linear-gradient(115deg, #f1f6fc 0%, #fff 62%, #fff5d6 100%);
	box-shadow: 0 0.85rem 2rem rgba(0, 35, 94, 0.065);
}

.zepca-cost-hero::before {
	position: absolute;
	top: -4.25rem;
	right: -2.75rem;
	width: 10rem;
	height: 10rem;
	border: 1.25rem solid rgba(0, 35, 94, 0.045);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.zepca-cost-hero > * {
	position: relative;
	z-index: 1;
}

.zepca-cost-hero__text {
	max-width: 49rem;
	margin: 0 !important;
	color: #40516a;
	font-size: clamp(1rem, 1.7vw, 1.12rem);
	font-weight: 560;
	line-height: 1.58;
}

.zepca-cost-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1rem;
}

.zepca-cost-nav a {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 1px solid var(--zepca-border);
	border-radius: 999px;
	background: #fff;
	color: var(--zepca-primary);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.zepca-cost-nav a:first-child {
	border-color: var(--zepca-primary);
	background: linear-gradient(135deg, var(--zepca-primary-2), var(--zepca-primary));
	color: #fff;
	box-shadow: 0 0.55rem 1.25rem rgba(0, 35, 94, 0.15);
}

.zepca-cost-nav a:hover,
.zepca-cost-nav a:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 0 0 3px rgba(255, 182, 0, 0.24);
}

.zepca-cost-hero__mark {
	display: grid;
	width: 7.25rem;
	height: 7.25rem;
	place-items: center;
	justify-self: end;
	border: 1px solid #d5dfeb;
	border-radius: 1.8rem;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 0.65rem 1.4rem rgba(0, 35, 94, 0.08);
	transform: rotate(3deg);
}

.zepca-cost-hero__mark span {
	margin-top: 0.65rem;
	color: var(--zepca-primary);
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 0.9;
}

.zepca-cost-hero__mark small {
	margin-top: -0.55rem;
	color: var(--zepca-accent);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.zepca-cost-section {
	margin-top: 1.35rem;
	padding: clamp(1.2rem, 2.7vw, 1.7rem);
	border: 1px solid var(--zepca-border);
	border-radius: 1.45rem;
	background: #fff;
	box-shadow: 0 0.7rem 1.75rem rgba(15, 35, 65, 0.045);
	scroll-margin-top: 6.5rem;
}

.zepca-cost-section--alternate {
	background: #f5f8fc;
}

.zepca-cost-heading {
	display: grid;
	gap: 0.15rem;
	margin-bottom: 1rem;
}

.zepca-cost-heading h2 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.zepca-cost-heading p {
	max-width: 52rem;
	margin: 0 !important;
	color: var(--zepca-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.zepca-cost-image {
	display: block;
	overflow: hidden;
	padding: 0.6rem;
	border: 1px solid var(--zepca-border);
	border-radius: 1.25rem;
	background: #f5f8fc;
	text-decoration: none;
}

.zepca-rate-grid + .zepca-cost-image {
	margin-top: 1rem;
}

.zepca-cost-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0.9rem;
	background: #fff;
}

.zepca-cost-image:hover,
.zepca-cost-image:focus-visible {
	border-color: var(--zepca-primary-2);
	box-shadow: 0 0 0 3px rgba(23, 78, 166, 0.13);
}

.zepca-rate-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.zepca-rate-card {
	--zepca-rate-accent: var(--zepca-cost-blue);
	display: grid;
	gap: 0.75rem;
	min-width: 0;
	padding: 1.05rem;
	border: 1px solid color-mix(in srgb, var(--zepca-rate-accent) 25%, var(--zepca-border));
	border-top: 0.32rem solid var(--zepca-rate-accent);
	border-radius: 1.15rem;
	background: linear-gradient(150deg, color-mix(in srgb, var(--zepca-rate-accent) 7%, #fff), #fff 72%);
}

.zepca-rate-card--orange { --zepca-rate-accent: #eb3c00; }
.zepca-rate-card--cyan { --zepca-rate-accent: var(--zepca-cost-cyan); }
.zepca-rate-card--green { --zepca-rate-accent: var(--zepca-cost-green); }
.zepca-rate-card--pink { --zepca-rate-accent: #c3007a; }
.zepca-rate-card--purple { --zepca-rate-accent: var(--zepca-cost-purple); }
.zepca-rate-card--neutral { --zepca-rate-accent: var(--zepca-cost-neutral); }

.zepca-rate-card header {
	display: flex;
	gap: 0.65rem;
	align-items: center;
}

.zepca-rate-card header > span {
	display: inline-grid;
	min-width: 2.55rem;
	height: 2.55rem;
	place-items: center;
	padding-inline: 0.5rem;
	border: 1px solid color-mix(in srgb, var(--zepca-rate-accent) 30%, var(--zepca-border));
	border-radius: 0.75rem;
	background: color-mix(in srgb, var(--zepca-rate-accent) 8%, #fff);
	color: var(--zepca-primary);
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	flex: 0 0 auto;
}

.zepca-rate-card h3 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: 1.08rem;
	line-height: 1.3;
}

.zepca-rate-card__programmes {
	display: grid;
	gap: 0.35rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid color-mix(in srgb, var(--zepca-rate-accent) 16%, var(--zepca-border));
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.8);
}

.zepca-rate-card__programmes > span {
	color: var(--zepca-muted);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.zepca-rate-card__programmes ul {
	display: grid;
	gap: 0.3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zepca-rate-card__programmes li {
	position: relative;
	margin: 0;
	padding-left: 0.9rem;
	color: #39495f;
	font-size: 0.84rem;
	font-weight: 620;
	line-height: 1.4;
}

.zepca-rate-card__programmes li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--zepca-rate-accent);
	content: '';
}

.zepca-rate-card__price {
	display: grid;
	gap: 0.12rem;
	margin-top: auto;
	padding-top: 0.15rem;
}

.zepca-rate-card__price small {
	color: var(--zepca-muted);
	font-size: 0.76rem;
	font-weight: 700;
}

.zepca-rate-card__price strong {
	color: var(--zepca-primary);
	font-size: 1.85rem;
	font-weight: 900;
	line-height: 1.05;
}

.zepca-rate-card__price strong span {
	font-size: 0.92rem;
}

.zepca-rate-card__note {
	padding-top: 0.65rem;
	border-top: 1px solid var(--zepca-border);
}


.zepca-cost-source-link {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
	margin-top: 1rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid var(--zepca-border);
	border-radius: 999px;
	background: #fff;
	color: var(--zepca-primary);
	font-size: 0.86rem;
	font-weight: 820;
	text-decoration: none;
}

.zepca-cost-source-link span {
	color: var(--zepca-accent);
	font-size: 1rem;
}

.zepca-cost-source-link i {
	color: var(--zepca-muted);
	font-style: normal;
}

.zepca-cost-source-link:hover,
.zepca-cost-source-link:focus-visible {
	border-color: var(--zepca-primary-2);
	box-shadow: 0 0 0 3px rgba(23, 78, 166, 0.13);
}

.zepca-payment-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 0.8rem;
}

.zepca-payment-card {
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
	min-width: 0;
	padding: 0.9rem;
	border: 1px solid var(--zepca-border);
	border-radius: 1.15rem;
	background: #fff;
	color: var(--zepca-primary);
	text-decoration: none;
	box-shadow: 0 0.4rem 1rem rgba(15, 35, 65, 0.035);
}

.zepca-payment-card > span {
	display: grid;
	width: 4rem;
	height: 4rem;
	place-items: center;
	padding: 0.35rem;
	border: 1px solid #e3e9f0;
	border-radius: 0.9rem;
	background: #f6f8fb;
}

.zepca-payment-card img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.zepca-payment-card div {
	display: grid;
	gap: 0.12rem;
	min-width: 0;
}

.zepca-payment-card strong {
	font-size: 1.05rem;
	font-weight: 850;
}

.zepca-payment-card small {
	color: var(--zepca-muted);
	font-size: 0.83rem;
}

.zepca-payment-card i {
	color: var(--zepca-muted);
	font-style: normal;
}

.zepca-payment-card:hover,
.zepca-payment-card:focus-visible {
	border-color: var(--zepca-primary-2);
	box-shadow: 0 0 0 3px rgba(23, 78, 166, 0.13);
	transform: translateY(-1px);
}

.zepca-bank-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

@media (max-width: 960px) {
	.zepca-bank-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.zepca-bank-card {
	--zepca-bank-accent: var(--zepca-cost-blue);
	min-width: 0;
	padding: 1.05rem;
	border: 1px solid color-mix(in srgb, var(--zepca-bank-accent) 22%, var(--zepca-border));
	border-radius: 1.15rem;
	background: linear-gradient(145deg, color-mix(in srgb, var(--zepca-bank-accent) 6%, #fff), #fff 76%);
}

.zepca-bank-card--cyan { --zepca-bank-accent: var(--zepca-cost-cyan); }
.zepca-bank-card--purple { --zepca-bank-accent: var(--zepca-cost-purple); }
.zepca-bank-card--green { --zepca-bank-accent: var(--zepca-cost-green); }
.zepca-bank-card--yellow { --zepca-bank-accent: var(--zepca-cost-yellow); }
.zepca-bank-card--neutral { --zepca-bank-accent: var(--zepca-cost-neutral); }

.zepca-bank-card header {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	min-height: 3.2rem;
	margin-bottom: 0.75rem;
}

.zepca-bank-card header span {
	font-size: 1.45rem;
	line-height: 1;
}

.zepca-bank-card h3 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: 1.02rem;
	font-weight: 820;
	line-height: 1.35;
}

.zepca-bank-card dl {
	display: grid;
	gap: 0.55rem;
	margin: 0;
}

.zepca-bank-card dl > div {
	padding: 0.7rem 0.75rem;
	border: 1px solid color-mix(in srgb, var(--zepca-bank-accent) 17%, var(--zepca-border));
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.92);
}

.zepca-bank-card dt {
	margin-bottom: 0.15rem;
	color: var(--zepca-muted);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.045em;
	line-height: 1.2;
	text-transform: uppercase;
}

.zepca-bank-card dd {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.zepca-bank-card dl > div:last-child dd {
	color: #39495f;
	font-weight: 560;
}

.zepca-cost-notice {
	display: grid;
	gap: 0.2rem;
	margin-top: 0.9rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid #f0d27b;
	border-left: 0.32rem solid var(--zepca-accent);
	border-radius: 0.85rem;
	background: #fff8e5;
}

.zepca-cost-notice strong {
	color: var(--zepca-primary);
	font-size: 0.9rem;
}

.zepca-cost-notice span {
	color: #4f5d70;
	font-size: 0.87rem;
	line-height: 1.5;
}

.zepca-cost--compact {
	margin-block: 1rem 0;
}

.zepca-cost-compact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem 1.5rem;
	align-items: center;
	padding: clamp(1.1rem, 2.6vw, 1.5rem);
	border: 1px solid var(--zepca-border);
	border-top: 0.34rem solid var(--zepca-primary);
	border-radius: 1.3rem;
	background: linear-gradient(115deg, #f2f7fd 0%, #fff 65%, #fff6dc 100%);
}

.zepca-cost-compact__content h2 {
	margin: 0 !important;
	color: var(--zepca-primary);
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	line-height: 1.15;
}

.zepca-cost-compact__content p {
	max-width: 42rem;
	margin: 0.35rem 0 0 !important;
	color: var(--zepca-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.zepca-cost-compact__price {
	display: grid;
	gap: 0.12rem;
	min-width: 12rem;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(0, 35, 94, 0.15);
	border-radius: 1rem;
	background: var(--zepca-primary);
	color: #fff;
	text-align: center;
	box-shadow: 0 0.7rem 1.4rem rgba(0, 35, 94, 0.13);
}

.zepca-cost-compact__price strong {
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	font-weight: 900;
	line-height: 1.05;
}

.zepca-cost-compact__price strong span {
	font-size: 0.95rem;
}

.zepca-cost-compact__price small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.75rem;
}

.zepca-cost-compact__link {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	justify-self: start;
	color: var(--zepca-primary);
	font-size: 0.88rem;
	font-weight: 820;
	text-underline-offset: 0.18em;
}

@media (max-width: 800px) {
	.zepca-rate-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-cost-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-cost-hero__mark {
		display: none;
	}

	.zepca-cost-compact {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-cost-compact__price {
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.zepca-cost-hero,
	.zepca-cost-section,
	.zepca-cost-compact {
		border-radius: 1.05rem;
	}

	.zepca-cost-nav,
	.zepca-cost-nav a {
		width: 100%;
	}

	.zepca-payment-card {
		grid-template-columns: 3.4rem minmax(0, 1fr);
	}

	.zepca-payment-card > span {
		width: 3.4rem;
		height: 3.4rem;
	}

	.zepca-payment-card i {
		display: none;
	}

	.zepca-bank-grid,
	.zepca-rate-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.zepca-cost-compact__price {
		width: 100%;
	}
}

@media (forced-colors: active) {
	.zepca-cost-hero,
	.zepca-cost-section,
	.zepca-cost-image,
	.zepca-rate-card,
	.zepca-payment-card,
	.zepca-bank-card,
	.zepca-cost-compact {
		border: 1px solid CanvasText;
	}
}
