/* GRZ Important Pages — About, Contact and legal-document system. */
body.grz-imp-page {
	background: var(--grz-imp-canvas, #f4f7fb);
}
.grz-imp-main,
.grz-imp-main * {
	box-sizing: border-box;
}
.grz-imp-main {
	min-width: 0;
	color: var(--grz-imp-text, #172033);
	font-family: var(--grz-font, Inter, sans-serif);
}
.grz-imp-wrap {
	width: min(calc(100% - (2 * var(--grz-gutter, 24px))), var(--grz-imp-max, var(--grz-shell-max, 1440px)));
	margin-inline: auto;
}
.grz-imp-stack {
	display: grid;
	gap: 24px;
	padding-block: 0 42px;
}
.grz-imp-card {
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: var(--grz-imp-radius, 10px);
	background: var(--grz-imp-surface, #fff);
	box-shadow: 0 10px 32px rgba(20, 44, 80, 0.06);
}
.grz-imp-main h1,
.grz-imp-main h2,
.grz-imp-main h3,
.grz-imp-main p {
	font-family: inherit;
}
.grz-imp-main .grz-icon {
	display: inline-grid;
	width: 24px;
	height: 24px;
	place-items: center;
}
.grz-imp-main .grz-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.grz-imp-hero {
	position: relative;
	isolation: isolate;
	min-height: 366px;
	overflow: hidden;
	background:
		radial-gradient(680px 330px at 88% 8%, rgba(63, 142, 238, 0.35), transparent 68%),
		linear-gradient(132deg, #101e38 0%, #142b50 52%, #075cd5 145%);
	color: #fff;
}
.grz-imp-hero--compact {
	min-height: 274px;
}
.grz-imp-hero__pattern {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.grz-imp-hero__inner {
	display: grid;
	min-height: inherit;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
	align-items: center;
	gap: 40px;
	padding-block: 46px;
}
.grz-imp-hero--compact .grz-imp-hero__inner {
	grid-template-columns: minmax(0, 780px);
}
.grz-imp-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 790px;
}
.grz-imp-eyebrow {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(143, 192, 255, .3);
	border-radius: 999px;
	background: rgba(21, 65, 119, .54);
	padding: 5px 12px;
	color: #b9dcff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.grz-imp-eyebrow .grz-icon {
	width: 15px;
	height: 15px;
}
.grz-imp-hero h1 {
	max-width: 850px;
	margin: 18px 0 0;
	color: #fff;
	font-size: clamp(34px, 4.1vw, 56px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.06;
}
.grz-imp-hero--compact h1 {
	font-size: clamp(32px, 3.3vw, 48px);
}
.grz-imp-hero__copy > p {
	max-width: 690px;
	margin: 17px 0 0;
	color: rgba(255,255,255,.69);
	font-size: 16px;
	line-height: 1.7;
}
.grz-imp-hero__art {
	position: relative;
	align-self: end;
	height: 340px;
}
.grz-imp-hero__art::before {
	position: absolute;
	inset: 12% -8% -4%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(67, 156, 255, .42), transparent 65%);
	content: "";
	filter: blur(6px);
}
.grz-imp-hero__art img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 26px 35px rgba(0, 0, 0, .27));
}
.grz-imp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}
.grz-imp-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid #0868f2;
	border-radius: 7px;
	background: linear-gradient(135deg, #0868f2, #0755cc);
	box-shadow: 0 10px 24px rgba(7, 98, 230, .22);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0 18px;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.grz-imp-button:hover {
	background: linear-gradient(135deg, #075bd8, #0647af);
	box-shadow: 0 13px 28px rgba(7, 86, 205, .28);
	transform: translateY(-1px);
}
.grz-imp-button .grz-icon {
	width: 17px;
	height: 17px;
}
.grz-imp-button--ghost {
	border-color: rgba(255,255,255,.26);
	background: rgba(255,255,255,.07);
	box-shadow: none;
}
.grz-imp-button--ghost:hover {
	background: rgba(255,255,255,.14);
}

.grz-imp-metrics {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: var(--grz-imp-radius, 10px);
	background: var(--grz-imp-surface, #fff);
	box-shadow: 0 16px 40px rgba(18, 43, 84, .1);
}
.grz-imp-metrics--lifted {
	margin-top: -52px;
}
.grz-imp-metrics > div {
	padding: 22px 24px;
	text-align: center;
}
.grz-imp-metrics > div + div {
	border-inline-start: 1px solid var(--grz-imp-border, #dde6f2);
}
.grz-imp-metrics dt {
	color: var(--grz-blue-dark, #064ec4);
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -.03em;
}
.grz-imp-metrics dd {
	margin: 5px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 11px;
	font-weight: 650;
}

.grz-imp-section-label {
	margin: 0 0 7px !important;
	color: var(--grz-blue-dark, #064ec4) !important;
	font-size: 10px !important;
	font-weight: 850 !important;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.grz-imp-story {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
	gap: 42px;
	align-items: center;
	padding: 36px;
}
.grz-imp-story h2,
.grz-imp-section > header h2,
.grz-imp-timeline h2,
.grz-imp-content-card > header h2 {
	margin: 0;
	color: var(--grz-imp-text, #172033);
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.16;
}
.grz-imp-story > div > p:not(.grz-imp-section-label),
.grz-imp-section > header > p:not(.grz-imp-section-label),
.grz-imp-content-card > header > p:not(.grz-imp-section-label) {
	margin: 11px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 14px;
	line-height: 1.7;
}
.grz-imp-story ul {
	display: grid;
	gap: 9px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.grz-imp-story li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #435066;
	font-size: 13px;
	line-height: 1.55;
}
.grz-imp-story li .grz-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	margin-top: 1px;
	color: #119c69;
}
.grz-imp-story blockquote {
	margin: 0;
	border: 0;
	border-radius: 10px;
	background: #132542;
	padding: 27px;
	color: #fff;
}
.grz-imp-story blockquote > .grz-icon {
	width: 25px;
	height: 25px;
	color: #65aaff;
}
.grz-imp-story blockquote p {
	margin: 15px 0 0;
	color: rgba(255,255,255,.84);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.7;
}
.grz-imp-story blockquote cite {
	display: block;
	margin-top: 12px;
	color: rgba(255,255,255,.48);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.grz-imp-section {
	padding-block: 12px 2px;
}
.grz-imp-section > header {
	max-width: 720px;
}
.grz-imp-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px;
	margin-top: 22px;
}
.grz-imp-feature-grid article {
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: var(--grz-imp-radius, 10px);
	background: var(--grz-imp-surface, #fff);
	padding: 22px;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.grz-imp-feature-grid article:hover {
	border-color: #b3c9e6;
	box-shadow: 0 16px 34px -25px rgba(7, 87, 217, .75);
	transform: translateY(-2px);
}
.grz-imp-feature-grid article > span,
.grz-imp-live > div > span,
.grz-imp-topic-grid > a > span,
.grz-imp-contact-grid > a > span {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border-radius: 9px;
	background: #edf4ff;
	color: var(--grz-blue-dark, #064ec4);
}
.grz-imp-feature-grid article > span .grz-icon,
.grz-imp-live > div > span .grz-icon,
.grz-imp-topic-grid > a > span .grz-icon,
.grz-imp-contact-grid > a > span .grz-icon {
	width: 20px;
	height: 20px;
}
.grz-imp-feature-grid h3 {
	margin: 17px 0 0;
	font-size: 14px;
	font-weight: 800;
}
.grz-imp-feature-grid p {
	margin: 8px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 12px;
	line-height: 1.65;
}
.grz-imp-timeline {
	padding: 34px 36px 38px;
}
.grz-imp-timeline ol {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}
.grz-imp-timeline ol::before {
	position: absolute;
	top: 20px;
	left: 6%;
	right: 6%;
	height: 1px;
	background: #cfdae9;
	content: "";
}
.grz-imp-timeline li {
	position: relative;
	padding-inline-end: 28px;
}
.grz-imp-timeline li > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	border: 6px solid var(--grz-imp-surface, #fff);
	border-radius: 999px;
	background: #142b50;
	padding: 0 12px;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.grz-imp-timeline h3 {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 800;
}
.grz-imp-timeline li p {
	margin: 7px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 12px;
	line-height: 1.65;
}

.grz-imp-live {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: -52px;
	padding: 23px 25px;
}
.grz-imp-live > div {
	display: flex;
	align-items: center;
	gap: 16px;
}
.grz-imp-live h2 {
	margin: 3px 0 0;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -.02em;
}
.grz-imp-live p:not(.grz-imp-online) {
	margin: 5px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 12px;
}
.grz-imp-online {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #12845b;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.grz-imp-online i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #17b879;
	box-shadow: 0 0 0 4px rgba(23,184,121,.12);
}
.grz-imp-content-card {
	padding: 31px;
}
.grz-imp-content-card > header {
	max-width: 760px;
}
.grz-imp-topic-grid,
.grz-imp-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 22px;
}
.grz-imp-topic-grid > a {
	display: grid;
	grid-template-columns: 43px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: 9px;
	padding: 16px;
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease;
}
.grz-imp-topic-grid > a:hover {
	border-color: #b5c9e3;
	background: #fbfdff;
}
.grz-imp-topic-grid strong,
.grz-imp-topic-grid small {
	grid-column: 2;
}
.grz-imp-topic-grid strong {
	align-self: end;
	font-size: 13px;
}
.grz-imp-topic-grid small {
	align-self: start;
	margin-top: -8px;
	color: var(--grz-imp-muted, #667085);
	font-size: 10px;
	line-height: 1.45;
}
.grz-imp-topic-grid > a > .grz-icon:last-child,
.grz-imp-contact-grid > a > .grz-icon:last-child {
	grid-column: 3;
	grid-row: 1 / span 2;
	width: 16px;
	height: 16px;
	color: #91a0b5;
}
.grz-imp-contact-grid {
	grid-template-columns: repeat(3, 1fr);
}
.grz-imp-contact-grid > a {
	display: grid;
	grid-template-columns: 43px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: 9px;
	padding: 16px;
	color: inherit;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.grz-imp-contact-grid > a:hover {
	border-color: #a9c4e8;
	box-shadow: 0 14px 28px -24px rgba(7,87,217,.7);
	transform: translateY(-2px);
}
.grz-imp-contact-grid > a div {
	min-width: 0;
}
.grz-imp-contact-grid strong,
.grz-imp-contact-grid b,
.grz-imp-contact-grid small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grz-imp-contact-grid strong {
	color: var(--grz-imp-muted, #667085);
	font-size: 10px;
	text-transform: uppercase;
}
.grz-imp-contact-grid b {
	margin-top: 3px;
	font-size: 12px;
}
.grz-imp-contact-grid small {
	margin-top: 3px;
	color: var(--grz-imp-muted, #667085);
	font-size: 9px;
}

.grz-imp-document-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px 22px;
	margin-top: -18px;
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: 9px;
	background: var(--grz-imp-surface, #fff);
	padding: 13px 18px;
	box-shadow: 0 8px 25px rgba(20,44,80,.055);
}
.grz-imp-document-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--grz-imp-muted, #667085);
	font-size: 10px;
	font-weight: 700;
}
.grz-imp-document-meta .grz-icon {
	width: 15px;
	height: 15px;
	color: var(--grz-blue-dark, #064ec4);
}
.grz-imp-refund-summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.grz-imp-refund-summary article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 13px;
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: var(--grz-imp-radius, 10px);
	background: var(--grz-imp-surface, #fff);
	padding: 18px;
	box-shadow: 0 8px 24px rgba(20,44,80,.05);
}
.grz-imp-refund-summary article > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 9px;
}
.grz-imp-refund-summary article > span .grz-icon {
	width: 20px;
	height: 20px;
}
.grz-imp-refund-summary .is-success { background: #e8f8f1; color: #138c61; }
.grz-imp-refund-summary .is-danger { background: #fff0ef; color: #c44e48; }
.grz-imp-refund-summary .is-info { background: #eaf3ff; color: var(--grz-blue-dark, #064ec4); }
.grz-imp-refund-summary h2 {
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 850;
}
.grz-imp-refund-summary p {
	margin: 6px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 10px;
	line-height: 1.55;
}
.grz-imp-legal-grid {
	display: grid;
	grid-template-columns: 226px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}
.grz-imp-legal-grid--no-toc {
	grid-template-columns: minmax(0, 1fr);
}
.grz-imp-toc {
	position: sticky;
	top: 96px;
	padding: 17px;
}
.grz-imp-toc > p {
	margin: 0 8px 10px;
	color: #7b8798;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.grz-imp-toc nav {
	display: grid;
	gap: 3px;
}
.grz-imp-toc nav a {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 7px;
	border-radius: 7px;
	padding: 8px 9px;
	color: #657083;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
	transition: background 150ms ease, color 150ms ease;
}
.grz-imp-toc nav a span {
	color: #9ba7b6;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .06em;
}
.grz-imp-toc nav a:hover {
	background: #f5f8fc;
	color: var(--grz-imp-text, #172033);
}
.grz-imp-toc nav a.is-active {
	background: #edf4ff;
	color: #0d56bd;
}
.grz-imp-toc nav a.is-active span { color: #0d66df; }
.grz-imp-toc > div {
	display: flex;
	gap: 9px;
	margin-top: 17px;
	border-radius: 8px;
	background: #142544;
	padding: 13px;
	color: #fff;
}
.grz-imp-toc > div > span .grz-icon { width: 17px; height: 17px; color: #70b0ff; }
.grz-imp-toc > div p { margin: 0; }
.grz-imp-toc > div strong { display: block; font-size: 11px; }
.grz-imp-toc > div a { display: inline-block; margin-top: 3px; color: rgba(255,255,255,.68); font-size: 10px; text-decoration: none; }
.grz-imp-toc > div a:hover { color: #fff; }
.grz-imp-document {
	overflow: hidden;
}
.grz-imp-document > header {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 16px;
	border-bottom: 1px solid var(--grz-imp-border, #dde6f2);
	background: linear-gradient(145deg, #fbfdff, #f5f8fd);
	padding: 28px 32px;
}
.grz-imp-document > header > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 10px;
	background: #eaf3ff;
	color: var(--grz-blue-dark, #064ec4);
}
.grz-imp-document > header > span .grz-icon { width: 23px; height: 23px; }
.grz-imp-document > header h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.35;
}
.grz-imp-document > header div > p:last-child {
	margin: 8px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 12px;
	line-height: 1.65;
}
.grz-imp-articles {
	padding: 8px 32px 14px;
}
.grz-imp-articles section {
	scroll-margin-top: 105px;
	padding: 25px 0;
}
.grz-imp-articles section + section {
	border-top: 1px solid var(--grz-imp-border, #dde6f2);
}
.grz-imp-articles h2 {
	display: flex;
	gap: 13px;
	margin: 0;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.35;
}
.grz-imp-articles h2 span {
	min-width: 27px;
	padding-top: 3px;
	color: var(--grz-blue-dark, #064ec4);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
}
.grz-imp-articles section > div {
	margin: 12px 0 0 40px;
}
.grz-imp-articles section > div p,
.grz-imp-articles section > div li {
	color: #5d697b;
	font-size: 13px;
	line-height: 1.78;
}
.grz-imp-articles section > div p { margin: 0 0 12px; }
.grz-imp-editor-content {
	padding: 28px 32px;
}
.grz-imp-editor-content > :first-child { margin-top: 0; }
.grz-imp-editor-content > :last-child { margin-bottom: 0; }
.grz-imp-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	overflow: hidden;
	border-radius: calc(var(--grz-imp-radius, 10px) + 2px);
	background: radial-gradient(520px 230px at 100% 100%, rgba(54,155,236,.34), transparent 65%), #142544;
	padding: 31px 34px;
	color: #fff;
}
.grz-imp-cta > div {
	display: flex;
	align-items: center;
	gap: 15px;
}
.grz-imp-cta > div > span {
	display: grid;
	width: 47px;
	height: 47px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	background: rgba(255,255,255,.09);
	color: #75b3ff;
}
.grz-imp-cta > div > span .grz-icon { width: 22px; height: 22px; }
.grz-imp-cta h2 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: -.025em;
}
.grz-imp-cta p {
	margin: 6px 0 0;
	color: rgba(255,255,255,.64);
	font-size: 12px;
}
.grz-imp-cta .grz-imp-button { flex: 0 0 auto; }
.grz-imp-disclaimer {
	margin: -9px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 9px;
	line-height: 1.55;
	text-align: center;
}

@media (max-width: 960px) {
	.grz-imp-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.grz-imp-contact-grid { grid-template-columns: 1fr; }
	.grz-imp-refund-summary { grid-template-columns: 1fr; }
	.grz-imp-legal-grid { grid-template-columns: 1fr; }
	.grz-imp-toc { position: static; }
	.grz-imp-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.grz-imp-toc > div { display: none; }
}
@media (max-width: 760px) {
	.grz-imp-hero { min-height: 320px; }
	.grz-imp-hero__inner { grid-template-columns: minmax(0, 1fr) 190px; gap: 12px; }
	.grz-imp-hero__art { height: 265px; }
	.grz-imp-story { grid-template-columns: 1fr; gap: 24px; padding: 27px; }
	.grz-imp-timeline ol { grid-template-columns: 1fr; gap: 21px; }
	.grz-imp-timeline ol::before { top: 0; bottom: 0; left: 19px; right: auto; width: 1px; height: auto; }
	.grz-imp-timeline li { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 0; }
	.grz-imp-timeline li > span { min-width: 76px; justify-content: center; }
	.grz-imp-timeline h3 { margin-top: 7px; }
	.grz-imp-topic-grid { grid-template-columns: 1fr; }
	.grz-imp-live { align-items: stretch; flex-direction: column; }
	.grz-imp-live .grz-imp-button { width: 100%; }
	.grz-imp-cta { align-items: stretch; flex-direction: column; }
	.grz-imp-cta .grz-imp-button { width: 100%; }
}
@media (max-width: 560px) {
	.grz-imp-stack { gap: 18px; padding-bottom: 28px; }
	.grz-imp-hero { min-height: 0; }
	.grz-imp-hero__inner { display: block; padding-block: 34px 0; }
	.grz-imp-hero__copy { padding-bottom: 34px; }
	.grz-imp-hero h1 { font-size: 34px; }
	.grz-imp-hero__copy > p { font-size: 14px; }
	.grz-imp-hero__art { width: min(78%, 300px); height: 220px; margin: -34px auto 0; }
	.grz-imp-hero--compact .grz-imp-hero__inner { padding-bottom: 34px; }
	.grz-imp-metrics { grid-template-columns: repeat(2, 1fr); }
	.grz-imp-metrics--lifted { margin-top: -25px; }
	.grz-imp-metrics > div { padding: 17px 12px; }
	.grz-imp-metrics > div + div { border-inline-start: 0; }
	.grz-imp-metrics > div:nth-child(even) { border-inline-start: 1px solid var(--grz-imp-border, #dde6f2); }
	.grz-imp-metrics > div:nth-child(n+3) { border-top: 1px solid var(--grz-imp-border, #dde6f2); }
	.grz-imp-feature-grid { grid-template-columns: 1fr; }
	.grz-imp-story,
	.grz-imp-timeline,
	.grz-imp-content-card,
	.grz-imp-editor-content { padding: 23px 20px; }
	.grz-imp-live { margin-top: -25px; padding: 20px; }
	.grz-imp-live > div { align-items: flex-start; }
	.grz-imp-document-meta { margin-top: -10px; }
	.grz-imp-toc nav { grid-template-columns: 1fr; }
	.grz-imp-document > header { grid-template-columns: 40px 1fr; padding: 23px 20px; }
	.grz-imp-document > header > span { width: 40px; height: 40px; }
	.grz-imp-articles { padding: 5px 20px 12px; }
	.grz-imp-articles section > div { margin-left: 0; }
	.grz-imp-cta { padding: 25px 21px; }
	.grz-imp-cta > div { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	.grz-imp-main * { scroll-behavior: auto !important; transition: none !important; }
}

/* Contact page fidelity — mirrors the approved GRZ contact composition. */
body.grz-imp-page--contact .grz-imp-main {
	font-family: Inter, sans-serif;
}
body.grz-imp-page--contact .grz-imp-main h1,
body.grz-imp-page--contact .grz-imp-main h2,
body.grz-imp-page--contact .grz-imp-main h3,
body.grz-imp-page--contact .grz-imp-main dt {
	font-family: Manrope, Inter, sans-serif;
}
body.grz-imp-page--contact .grz-imp-hero {
	min-height: 580px;
	background:
		radial-gradient(900px 420px at 8% -10%, rgba(46, 118, 232, .48), transparent 62%),
		radial-gradient(720px 380px at 92% 110%, rgba(31, 160, 225, .28), transparent 62%),
		linear-gradient(135deg, #121e39 0%, #172b54 56%, #162447 100%);
}
body.grz-imp-page--contact .grz-imp-hero__pattern {
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
body.grz-imp-page--contact .grz-imp-hero__inner {
	min-height: 580px;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
	gap: 70px;
	padding-block: 72px;
}
body.grz-imp-page--contact .grz-imp-hero__copy {
	max-width: 650px;
}
body.grz-imp-page--contact .grz-imp-eyebrow {
	min-height: 32px;
	border-color: rgba(255,255,255,.25);
	border-radius: 7px;
	background: rgba(255,255,255,.07);
	padding: 7px 11px;
	color: rgba(255,255,255,.9);
	font-size: 11px;
	letter-spacing: .14em;
}
body.grz-imp-page--contact .grz-imp-hero h1 {
	max-width: 600px;
	margin-top: 22px;
	font-size: clamp(42px, 4.2vw, 52px);
	font-weight: 800;
	line-height: 1.03;
}
body.grz-imp-page--contact .grz-imp-hero__copy > p {
	max-width: 630px;
	margin-top: 18px;
	color: rgba(255,255,255,.72);
	font-size: 16px;
	line-height: 1.65;
}
body.grz-imp-page--contact .grz-imp-hero__actions {
	gap: 12px;
	margin-top: 28px;
}
body.grz-imp-page--contact .grz-imp-hero__art {
	align-self: center;
	width: min(100%, 390px);
	height: auto;
	aspect-ratio: 900 / 760;
	margin-inline: auto;
}
body.grz-imp-page--contact .grz-imp-hero__art::before {
	inset: 18% 1% 3%;
	background: radial-gradient(circle, rgba(67, 156, 255, .32), transparent 66%);
}
body.grz-imp-page--contact .grz-imp-hero__art img {
	object-position: center;
	filter: drop-shadow(0 28px 34px rgba(0,0,0,.34));
}
.grz-imp-metrics--hero {
	grid-template-columns: repeat(3, 1fr);
	max-width: 620px;
	margin-top: 38px;
	overflow: visible;
	border: 0;
	border-top: 1px solid rgba(255,255,255,.16);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.grz-imp-metrics--hero > div {
	padding: 24px 18px 0 0;
	text-align: start;
}
.grz-imp-metrics--hero > div + div {
	border-inline-start: 1px solid rgba(255,255,255,.13);
	padding-inline-start: 18px;
}
.grz-imp-metrics--hero dt {
	color: #fff;
	font-size: 21px;
	font-weight: 800;
}
.grz-imp-metrics--hero dd {
	margin-top: 6px;
	color: rgba(255,255,255,.6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}
body.grz-imp-page--contact .grz-imp-contact {
	gap: 22px;
	padding-block: 42px 58px;
}
body.grz-imp-page--contact .grz-imp-card {
	box-shadow: 0 18px 44px rgba(27, 45, 79, .075);
}
body.grz-imp-page--contact .grz-imp-live {
	gap: 28px;
	margin-top: 0;
	padding: 28px 30px;
}
body.grz-imp-page--contact .grz-imp-live > div {
	align-items: flex-start;
	gap: 16px;
}
body.grz-imp-page--contact .grz-imp-live > div > span {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: linear-gradient(125deg, #0757d9, #1f7bf2);
	color: #fff;
}
body.grz-imp-page--contact .grz-imp-live h2 {
	margin-top: 4px;
	font-size: 20px;
	font-weight: 800;
}
body.grz-imp-page--contact .grz-imp-live p:not(.grz-imp-online) {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.55;
}
body.grz-imp-page--contact .grz-imp-content-card {
	padding: 32px;
}
body.grz-imp-page--contact .grz-imp-content-card > header h2 {
	margin-top: 7px;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.2;
}
body.grz-imp-page--contact .grz-imp-content-card > header > p:not(.grz-imp-section-label) {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.65;
}
body.grz-imp-page--contact .grz-imp-section-label {
	margin-bottom: 0 !important;
	font-size: 11px !important;
}
body.grz-imp-page--contact .grz-imp-topic-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 24px;
}
body.grz-imp-page--contact .grz-imp-topic-grid > a {
	grid-template-columns: 36px minmax(0, 1fr) auto;
	min-height: 66px;
	gap: 10px;
	border-radius: 9px;
	background: #f8faff;
	padding: 12px;
	color: #24324a;
}
body.grz-imp-page--contact .grz-imp-topic-grid > a:hover {
	border-color: #8fb8f3;
	background: #f2f7ff;
	box-shadow: 0 10px 24px -22px #0757d9;
	transform: translateY(-2px);
}
body.grz-imp-page--contact .grz-imp-topic-grid > a:first-child > span:first-child {
	background: var(--grz-blue-dark, #064ec4);
	color: #fff;
}
body.grz-imp-page--contact .grz-imp-topic-grid > a > span {
	width: 36px;
	height: 36px;
	border-radius: 8px;
}
body.grz-imp-page--contact .grz-imp-topic-grid > a > span .grz-icon {
	width: 17px;
	height: 17px;
}
body.grz-imp-page--contact .grz-imp-topic-grid strong {
	grid-column: 2;
	align-self: center;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}
body.grz-imp-page--contact .grz-imp-topic-grid > a > .grz-icon:last-child {
	grid-column: 3;
	grid-row: 1;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-radius: 0;
	background: transparent;
	color: #8390a3;
}
body.grz-imp-page--contact .grz-imp-contact-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
	margin-top: 24px;
}
body.grz-imp-page--contact .grz-imp-contact-grid > a {
	grid-template-columns: 46px minmax(0, 1fr) auto;
	gap: 13px;
	padding: 17px;
}
body.grz-imp-page--contact .grz-imp-contact-grid > a > span {
	width: 46px;
	height: 46px;
}
body.grz-imp-page--contact .grz-imp-contact-grid strong {
	font-size: 10px;
}
body.grz-imp-page--contact .grz-imp-contact-grid b {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 650;
}
body.grz-imp-page--contact .grz-imp-contact-grid small {
	margin-top: 4px;
	font-size: 11px;
}
body.grz-imp-page--contact .grz-imp-contact-grid > a > .grz-icon:last-child {
	border-radius: 0;
	background: transparent;
}
.grz-imp-social-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 24px;
}
.grz-imp-social-grid > a {
	display: grid;
	grid-template-columns: 40px 1fr auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 12px;
	border: 1px solid var(--grz-imp-border, #dde6f2);
	border-radius: 9px;
	padding: 14px;
	color: inherit;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.grz-imp-social-grid > a:hover {
	border-color: #a9c4e8;
	box-shadow: 0 14px 28px -24px rgba(7,87,217,.7);
	transform: translateY(-2px);
}
.grz-imp-social-grid > a > span {
	display: grid;
	grid-row: 1 / 3;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 8px;
	color: #fff;
}
.grz-imp-social-grid > a > span .grz-icon { width: 18px; height: 18px; }
.grz-imp-social-grid > a > strong { align-self: end; font-size: 13px; }
.grz-imp-social-grid > a > small { align-self: start; color: var(--grz-imp-muted, #667085); font-size: 10px; }
.grz-imp-social-grid > a > .grz-icon:last-child { grid-column: 3; grid-row: 1 / 3; width: 15px; height: 15px; color: #8e99a9; }
.grz-imp-social-grid .is-facebook > span:first-child { background: #1877f2; }
.grz-imp-social-grid .is-x > span:first-child { background: #151515; }
.grz-imp-social-grid .is-youtube > span:first-child { background: #f12727; }
.grz-imp-social-grid .is-instagram > span:first-child { background: linear-gradient(145deg, #7f37c9, #e84981 62%, #f39b33); }
.grz-imp-global {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	overflow: hidden;
	background: linear-gradient(135deg, #fff 0%, #f9fbff 60%, #eef5ff 100%);
}
.grz-imp-global--no-map { grid-template-columns: 1fr; }
.grz-imp-global > div:first-child { padding: 34px; }
.grz-imp-global h2 {
	margin: 7px 0 0;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: -.03em;
}
.grz-imp-support-detail {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 13px 0 0;
	color: var(--grz-imp-muted, #667085);
	font-size: 14px;
}
.grz-imp-support-detail .grz-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	margin-top: 1px;
	color: var(--grz-blue-dark, #064ec4);
}
.grz-imp-button--light {
	margin-top: 23px;
	border-color: #c7d5e6;
	background: #fff;
	box-shadow: none;
	color: #172033 !important;
}
.grz-imp-button--light:hover { border-color: #8fb8f3; background: #f5f9ff; }
.grz-imp-global__map { min-height: 340px; }
.grz-imp-global__map iframe { display: block; width: 100%; height: 100%; min-height: 340px; border: 0; }

@media (max-width: 960px) {
	body.grz-imp-page--contact .grz-imp-hero__inner { grid-template-columns: 1fr .7fr; gap: 38px; }
	body.grz-imp-page--contact .grz-imp-topic-grid,
	.grz-imp-social-grid { grid-template-columns: repeat(2, 1fr); }
	body.grz-imp-page--contact .grz-imp-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
	body.grz-imp-page--contact .grz-imp-hero,
	body.grz-imp-page--contact .grz-imp-hero__inner { min-height: 0; }
	body.grz-imp-page--contact .grz-imp-hero__inner { grid-template-columns: 1fr; padding-block: 52px; }
	body.grz-imp-page--contact .grz-imp-hero__art { order: -1; width: min(80vw, 360px); height: 320px; margin-inline: auto; }
	body.grz-imp-page--contact .grz-imp-hero h1 { font-size: clamp(38px, 11vw, 54px); }
	.grz-imp-metrics--hero { grid-template-columns: 1fr; gap: 14px; }
	.grz-imp-metrics--hero > div,
	.grz-imp-metrics--hero > div + div { border-inline-start: 0; padding: 0; }
	body.grz-imp-page--contact .grz-imp-live { align-items: stretch; flex-direction: column; padding: 23px; }
	body.grz-imp-page--contact .grz-imp-live .grz-imp-button { width: 100%; }
	body.grz-imp-page--contact .grz-imp-content-card { padding: 24px 20px; }
	body.grz-imp-page--contact .grz-imp-topic-grid,
	.grz-imp-social-grid { grid-template-columns: 1fr; }
	.grz-imp-global { grid-template-columns: 1fr; }
	.grz-imp-global__map { min-height: 310px; }
}
