.reset-investors-page .hero-copy-block h1 {
	max-width: 980px;
}

.rst-investor-summary-grid {
	align-items: stretch;
}

.rst-investor-copy-card h2,
.rst-investor-copy-card h3 {
	margin: 0 0 18px;
	color: var(--navy);
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.rst-investor-copy p {
	margin: 0 0 0px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.8;
}

.rst-investor-copy p:last-child {
	margin-bottom: 0;
}

.rst-investor-model-card {
	background: linear-gradient(135deg, #10253e 0%, #17365a 100%);
	min-height: 100%;
}

.rst-investor-model-card h2,
.rst-investor-model-card p {
	color: #fff;
}

.rst-investor-credentials-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rst-investor-credentials-list .benefit-item h3 {
	margin-bottom: 0;
	font-size: 20px;
}

.rst-investor-code-form {
	min-width: min(100%, 380px);
	padding: 24px;
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.rst-investor-code-form label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}

.rst-investor-code-form input {
	width: 100%;
	min-height: 52px;
	margin-bottom: 14px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--navy);
	font: inherit;
}

.rst-investor-code-form button {
	width: 100%;
	border: 0;
	cursor: pointer;
}

.rst-investor-error {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}

.rst-investor-error a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}

.rst-investor-approval-section {
	padding-top: 40px;
	background: #eef4fa;
}

.rst-investor-approval-card p {
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 1100px) {
	.rst-investor-summary-grid,
	.rst-investor-dataroom-section .cta-panel {
		grid-template-columns: 1fr;
	}

	.rst-investor-code-form {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.rst-investor-credentials-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.rst-investor-code-form {
		padding: 20px;
	}
}
