.investors-page {
	--investors-navy: #002f52;
	--investors-blue: #008bd1;
	--investors-blue-dark: #006fa8;
	--investors-blue-light: #dff3fb;
	--investors-gold: #fdb71a;
	--investors-ink: #17324a;
	--investors-muted: #5d7081;
	--investors-border: #d8e2e9;
	--investors-surface: #f4f8fb;
	color: var(--investors-ink);
	background: #fff;
}

.investors-page *,
.investors-page *::before,
.investors-page *::after {
	box-sizing: border-box;
}

.investors-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.investors-hero {
	position: relative;
	padding: clamp(58px, 8vw, 96px) 0 clamp(48px, 7vw, 80px);
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 30% 15%, rgba(0, 139, 209, 0.95), rgba(19, 49, 86, 0.98) 70%),
		var(--investors-navy);
}

.investors-hero::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 46%;
	background-image: var(--investors-hero-image);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	content: "";
	opacity: 0.35;
	mix-blend-mode: luminosity;
	pointer-events: none;
}

.investors-hero .investors-container {
	position: relative;
	z-index: 1;
	text-align: center;
}

.investors-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.35rem, 5vw, 4.35rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
	text-shadow: 0 3px 18px rgba(0, 34, 60, 0.3);
}

.investors-eyebrow {
	margin: 0 0 8px;
	color: var(--investors-blue-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.investors-upcoming__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: clamp(34px, 5vw, 56px);
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(0, 139, 209, 0.2);
	border-radius: 18px;
	color: var(--investors-ink);
	background: #fff;
	box-shadow: 0 18px 48px rgba(0, 47, 82, 0.08);
	text-align: left;
}

.investors-upcoming__content {
	max-width: 760px;
}

.investors-upcoming__inner h2,
.investors-section-heading h2 {
	margin: 0;
	color: var(--investors-navy);
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.investors-upcoming__date {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 18px 0 0;
	color: var(--investors-muted);
	font-size: 1rem;
	font-weight: 600;
}

.investors-upcoming__date span::before {
	margin-right: 12px;
	content: "\2022";
	color: var(--investors-blue);
}

.investors-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.investors-button--primary {
	flex: 0 0 auto;
	color: #fff;
	background: var(--investors-blue-dark);
}

.investors-button--primary:hover,
.investors-button--primary:focus-visible {
	color: #fff;
	background: var(--investors-navy);
	transform: translateY(-2px);
}

.investors-resources,
.investors-archive {
	padding: clamp(60px, 8vw, 100px) 0;
}

.investors-section-heading {
	max-width: 780px;
	margin-bottom: 32px;
}

.investors-section-heading--archive > p:last-child {
	margin: 16px 0 0;
	color: var(--investors-muted);
	font-size: 1.05rem;
}

.investors-resource-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.investors-resource {
	min-width: 0;
}

.investors-resource a,
.investors-resource__unlinked {
	display: flex;
	min-height: 84px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 24px;
	border: 1px solid var(--investors-border);
	border-radius: 12px;
	color: var(--investors-navy);
	background: #fff;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.investors-resource a:hover,
.investors-resource a:focus-visible {
	border-color: var(--investors-blue);
	color: var(--investors-navy);
	box-shadow: 0 12px 28px rgba(0, 47, 82, 0.09);
	transform: translateY(-2px);
}

.investors-resource__unlinked {
	color: var(--investors-muted);
	background: var(--investors-surface);
}

.investors-resource__icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--investors-blue);
	font-size: 1.15rem;
}

.investors-archive {
	background: var(--investors-surface);
}

.investors-years {
	display: grid;
	gap: 16px;
}

.investors-year {
	border: 1px solid var(--investors-border);
	border-radius: 14px;
	background: #fff;
	overflow: clip;
}

.investors-year summary {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 14px;
	padding: 22px 26px;
	color: var(--investors-navy);
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.investors-year summary::-webkit-details-marker {
	display: none;
}

.investors-year summary:hover,
.investors-year summary:focus-visible {
	background: #f9fbfd;
}

.investors-year__label {
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.investors-year__count {
	color: var(--investors-muted);
	font-size: 0.9rem;
	font-weight: 600;
}

.investors-year__toggle {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e9f5fb;
}

.investors-year__toggle::before,
.investors-year__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: var(--investors-blue-dark);
	content: "";
	transform: translate(-50%, -50%);
}

.investors-year__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 160ms ease;
}

.investors-year[open] .investors-year__toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.investors-call-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	padding: 4px 26px 28px;
}

.investors-call-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--investors-border);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.investors-call-card:hover {
	box-shadow: 0 14px 36px rgba(0, 47, 82, 0.1);
	transform: translateY(-3px);
}

.investors-call-card__media {
	position: relative;
	display: grid;
	min-height: 148px;
	place-items: center;
	background:
		linear-gradient(145deg, rgba(0, 47, 82, 0.92), rgba(0, 139, 209, 0.8)),
		var(--investors-navy);
	overflow: hidden;
}

.investors-call-card__media.has-poster {
	background-image:
		linear-gradient(145deg, rgba(0, 47, 82, 0.42), rgba(0, 47, 82, 0.15)),
		var(--investors-card-poster);
	background-position: center;
	background-size: cover;
}

.investors-call-card__period {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 5px 9px;
	border-radius: 999px;
	color: var(--investors-navy);
	background: var(--investors-blue-light);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	pointer-events: none;
}

.investors-video-trigger {
	border: 0;
	cursor: pointer;
}

.investors-call-card__media > .investors-video-trigger {
	position: absolute;
	inset: 0;
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: transparent;
}

.investors-play-icon {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background: rgba(0, 47, 82, 0.78);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
	transition: background-color 160ms ease, transform 160ms ease;
}

.investors-play-icon::after {
	position: absolute;
	top: 50%;
	left: 52%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	content: "";
	transform: translate(-40%, -50%);
}

.investors-call-card__media > .investors-video-trigger:hover .investors-play-icon,
.investors-call-card__media > .investors-video-trigger:focus-visible .investors-play-icon {
	background: var(--investors-blue-dark);
	transform: scale(1.08);
}

.investors-call-card__body {
	display: flex;
	min-height: 180px;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.investors-call-card h3 {
	margin: 0;
	color: var(--investors-navy);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.investors-call-card__actions {
	display: grid;
	gap: 10px;
	margin-top: auto;
	padding-top: 22px;
}

.investors-call-card__actions a,
.investors-watch-link {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 0;
	color: var(--investors-blue-dark);
	background: transparent;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: left;
	text-decoration: underline;
	text-decoration-color: rgba(0, 111, 168, 0.35);
	text-underline-offset: 3px;
}

.investors-call-card__actions a:hover,
.investors-call-card__actions a:focus-visible,
.investors-watch-link:hover,
.investors-watch-link:focus-visible {
	color: var(--investors-navy);
	text-decoration-color: currentColor;
}

.investors-video-dialog {
	width: min(960px, calc(100% - 32px));
	max-width: none;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background: #06131d;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.investors-video-dialog::backdrop {
	background: rgba(0, 27, 47, 0.78);
	backdrop-filter: blur(4px);
}

.investors-video-dialog__panel {
	color: #fff;
}

.investors-video-dialog__header {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 18px 12px 22px;
}

.investors-video-dialog__header h2 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.investors-video-dialog__close {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: #fff;
	background: transparent;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1;
}

.investors-video-dialog__close:hover,
.investors-video-dialog__close:focus-visible {
	background: rgba(255, 255, 255, 0.12);
}

.investors-video-dialog__frame {
	position: relative;
	padding-top: 56.25%;
	background: #000;
}

.investors-video-dialog__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 980px) {
	.investors-call-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.investors-container {
		width: min(100% - 30px, 1180px);
	}

	.investors-upcoming__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.investors-resource-list,
	.investors-call-grid {
		grid-template-columns: 1fr;
	}

	.investors-year summary {
		padding: 19px 18px;
	}

	.investors-call-grid {
		padding: 2px 18px 20px;
	}

	.investors-call-card__body {
		min-height: 0;
	}

	.investors-upcoming__date span {
		width: 100%;
	}

	.investors-upcoming__date span::before {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.investors-page *,
	.investors-page *::before,
	.investors-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
