/* Notice page + discreet site bar (outside #root so it stays above the login blur) */

@font-face {
	font-family: Gilroy;
	src: url(/assets/Gilroy-Regular-mNPNU2-L.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: url(/assets/Gilroy-Bold-bf0ma5ay.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* —— Discreet bottom bar on marketing site —— */
.data-event-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	/* Sit with the marketing page, under the login modal / blur layer */
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	padding: 12px 20px;
	background: #fff3d6;
	border-top: 2px solid #e8b84a;
	box-shadow: 0 -4px 16px rgba(15, 35, 80, 0.12);
	pointer-events: auto;
	transition: filter 0.25s ease, transform 0.25s ease;
}

.data-event-bar a {
	font-family: Gilroy, system-ui, -apple-system, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.35;
	text-align: center;
	color: #7a4a00;
	text-decoration: none;
}

.data-event-bar a:hover,
.data-event-bar a:focus {
	color: #0f73fb;
	text-decoration: underline;
	outline: none;
}

/* Match #root: blur + non-interactive while login modal is open */
body.login-modal-open .data-event-bar {
	filter: blur(8px);
	transform: scale(1.01);
	transform-origin: center bottom;
	pointer-events: none;
	user-select: none;
}

/* Header link — styled like other menu items, sits next to Login */
.header .data-event-header-link,
.header a.data-event-header-link {
	font-family: Gilroy, system-ui, -apple-system, sans-serif;
	font-size: inherit;
	font-weight: 600;
	color: var(--col-brand-grey, #667085);
	text-decoration: none;
	white-space: nowrap;
	align-self: center;
}

.header .data-event-header-link:hover,
.header a.data-event-header-link:hover {
	color: var(--col-brand-blue, #0f73fb);
}

.header .actions .data-event-header-link,
.header .header-login .data-event-header-link {
	margin-right: 4px;
}

@media (max-width: 1366px) {
	.header .header-login .data-event-header-link {
		font-size: 12px;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.header .header-login .data-event-header-link {
		font-size: 11px;
		max-width: 96px;
		white-space: normal;
		line-height: 1.2;
		text-align: right;
	}
}

/* —— Standalone notice page —— */
.notice-page {
	margin: 0;
	min-height: 100vh;
	background: #f7f9fc;
	color: #344054;
	font-family: Gilroy, system-ui, -apple-system, sans-serif;
	line-height: 1.65;
}

.notice-page__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 28px;
	background: #fff;
	border-bottom: 1px solid #e8ecf2;
}

.notice-page__brand img {
	display: block;
	height: 32px;
	width: auto;
}

.notice-page__back {
	font-size: 13px;
	color: #0f73fb;
	text-decoration: none;
}

.notice-page__back:hover {
	text-decoration: underline;
}

.notice-page__main {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 24px 64px;
}

.notice-page__article {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 12px;
	padding: 36px 40px;
}

.notice-page__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #98a2b3;
}

.notice-page h1 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: #101828;
}

.notice-page__date {
	margin: 0 0 28px;
	font-size: 14px;
	color: #667085;
}

.notice-page h2 {
	margin: 32px 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: #101828;
}

.notice-page h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #101828;
}

.notice-page p,
.notice-page li {
	font-size: 15px;
	color: #344054;
}

.notice-page p {
	margin: 0 0 14px;
}

.notice-page ul,
.notice-page ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

.notice-page li {
	margin-bottom: 8px;
}

.notice-page a {
	color: #0f73fb;
	text-decoration: none;
}

.notice-page a:hover {
	text-decoration: underline;
}

.notice-page code {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	background: #f2f4f7;
	border: 1px solid #e4e7ec;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	color: #101828;
}

.notice-page__bureaus {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 20px 0 8px;
}

.notice-page__bureaus section {
	padding: 16px;
	border: 1px solid #e8ecf2;
	border-radius: 8px;
	background: #fafbfc;
}

.notice-page__bureaus p {
	margin: 0 0 8px;
	font-size: 13px;
}

.notice-page__enroll {
	margin-top: 36px;
	padding: 24px;
	border-radius: 10px;
	border: 1px solid #d0d5dd;
	background: #f9fafb;
}

.notice-page__enroll h2 {
	margin-top: 0;
}

.notice-page__footer {
	padding: 20px;
	text-align: center;
	font-size: 12px;
	color: #98a2b3;
}

.notice-page__footer p {
	margin: 0;
	font-size: 12px;
	color: #98a2b3;
}

@media (max-width: 720px) {
	.notice-page__article {
		padding: 24px 18px;
	}

	.notice-page__bureaus {
		grid-template-columns: 1fr;
	}

	.notice-page h1 {
		font-size: 24px;
	}
}
