.support-page {
	color: #1f2937;
}

.support-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(460px, 62vh, 620px);
	padding: clamp(5.5rem, 9vw, 8rem) 0;
	background-color: #0a2440;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.support-page-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(10, 36, 64, 0.56) 0%, rgba(10, 36, 64, 0.82) 100%),
		rgba(10, 36, 64, 0.24);
}

.support-page-hero .container {
	z-index: 2;
}

.support-page-hero-tagline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 1rem;
}

.support-page-hero-title {
	margin: 0 0 1.25rem;
	font-size: clamp(2.35rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: #ffffff;

	font-size: clamp(2rem, 4.3vw, 3.35rem);
	font-weight: 700;
	line-height: 1.12;
	color: #fff;
	margin-bottom: 1rem;
}

.support-page-hero-subtitle {
	max-width: 760px;
	margin: 0 auto;
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.support-page-hero-actions {
	margin-top: 2rem;
}

.support-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.875rem 1.35rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.support-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.support-btn--primary {
	background: #e0bb14;
	border: 1px solid #e0bb14;
	box-shadow: 0 12px 30px rgba(224, 187, 20, 0.22);
	color: #0a2440;
}

.support-btn--primary:hover,
.support-btn--primary:focus {
	background: #ebc925;
	border-color: #ebc925;
	color: #0a2440;
}

.support-btn--secondary {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(8px);
	color: #ffffff;
}

.support-btn--secondary:hover,
.support-btn--secondary:focus {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.46);
	color: #ffffff;
}

.support-btn--dark {
	background: #0a2440;
	border: 1px solid #0a2440;
	color: #ffffff;
}

.support-btn--dark:hover,
.support-btn--dark:focus {
	background: #13375e;
	border-color: #13375e;
	color: #ffffff;
}

.support-page-shell {
	position: relative;
	padding: 2rem 0 5rem;
	overflow: hidden;
}

.support-page-shell::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.8;
	pointer-events: none;
}

.support-page-shell>.container {
	position: relative;
	z-index: 1;
}

.support-card {
	margin-bottom: 1rem;
	padding: clamp(1.5rem, 2.5vw, 2.5rem);
	position: relative;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(11, 36, 64, 0.07);
	border-radius: 1.35rem;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);

}

.support-story p,
.support-story li {
	margin-bottom: 1.35rem;
	font-size: clamp(1.02rem, 1.2vw, 1.18rem);
	line-height: 1.95;
	color: #404040;
}

.support-story p:last-child,
.support-story ul:last-child,
.support-story ol:last-child,
.support-story>*:last-child {
	margin-bottom: 0;
}

.support-story strong,
.support-story b {
	color: #0b2b4b;
}

.support-stats {
	padding-top: clamp(1.75rem, 2vw, 2.35rem);
	padding-bottom: clamp(1.75rem, 2vw, 2.35rem);
}

.support-stats-item {
	height: 100%;
}

.support-stats-number {
	margin-bottom: 0.65rem;
	font-size: clamp(2.25rem, 3vw, 3rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #0a2440;
}

.support-stats-label {
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6e6a62;
}

.support-section-heading {
	max-width: 760px;
	margin: 0 auto 1.75rem;
}

.support-section-heading h2 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.8rem, 2.8vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #0a2440;
}

.support-section-heading p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.8;
	color: #5b6571;
}

.support-area {
	padding-top: 1.4rem;
}

.support-area-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: rgba(10, 36, 64, 0.08);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #0a2440;
}

.support-area h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: #0a2440;
}

.support-area p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.8;
	color: #505a66;
}

.support-bank {
	padding-top: 1.35rem;
	padding-bottom: 1.35rem;
}

.support-bank-row {
	display: grid;
	grid-template-columns: minmax(120px, 180px) 1fr;
	gap: 1rem;
	align-items: center;
	padding: 1.05rem 0;
	border-bottom: 1px solid #ecebe6;
}

.support-bank-row:last-child {
	border-bottom: 0;
}

.support-bank-label {
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #736d63;
}

.support-bank-value-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	min-width: 0;
}

.support-bank-value {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.55;
	text-align: right;
	word-break: break-word;
	color: #0a2440;
}

.support-copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 40px;
	padding: 0.55rem 0.8rem;
	border: 1px solid #d8d5ce;
	border-radius: 0.75rem;
	background: #faf9f6;
	font-size: 0.84rem;
	font-weight: 700;
	color: #70695f;
	white-space: nowrap;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.support-copy-btn:hover {
	transform: translateY(-1px);
	border-color: #0a2440;
	background: #ffffff;
	color: #0a2440;
}

.support-copy-btn.is-copied {
	border-color: #2f7d32;
	background: rgba(47, 125, 50, 0.08);
	color: #2f7d32;
}

.support-trust h3 {
	margin: 0 0 0.9rem;
	font-size: 1.3rem;
	font-weight: 800;
	color: #0a2440;
}

.support-trust p {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.8;
	color: #505a66;
}

.support-trust-list {
	margin: 0 0 1.25rem;
	padding-left: 1.1rem;
}

.support-trust-list li {
	margin-bottom: 0.75rem;
	font-size: 0.96rem;
	line-height: 1.7;
	color: #46505c;
}

.support-trust-note {
	margin-bottom: 1.25rem;
	padding: 1rem;
	border-left: 4px solid #0a2440;
	border-radius: 0.9rem;
	background: rgba(10, 36, 64, 0.06);
	font-size: 0.94rem;
	line-height: 1.7;
	color: #0a2440;
}

.support-page-closing {
	max-width: 1200px;
	background: linear-gradient(135deg, #0a2440 0%, #183f6a 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 22px 52px rgba(10, 36, 64, 0.14);
}

.support-page-closing-text {
	margin: 0 0 0.75rem;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.support-page-closing-quote {
	margin: 0;
	font-size: 1rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.62);
}

@media (min-width: 768px) {
	.support-stats .col-md-4:not(:last-child) .support-stats-item::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -0.75rem;
		transform: translateY(-50%);
		width: 1px;
		height: 56px;
		background: rgba(10, 36, 64, 0.09);
	}

	.support-stats-item {
		position: relative;
	}
}

@media (max-width: 991.98px) {
	.support-page-story-row {
		margin-top: -4rem;
	}

	.support-bank-value-wrap {
		justify-content: flex-start;
	}

	.support-bank-value {
		text-align: left;
	}
}

@media (max-width: 767.98px) {
	.support-page-hero {
		min-height: 420px;
		padding: 4.75rem 0;
	}

	.support-page-eyebrow {
		font-size: 0.8rem;
	}

	.support-page-subtitle {
		font-size: 1rem;
	}

	.support-page-story-row {
		margin-top: -3rem;
	}

	.support-card {
		border-radius: 1.1rem;
		padding: 1.4rem;
	}

	.support-story p,
	.support-story li {
		font-size: 1rem;
		line-height: 1.85;
	}

	.support-bank-row {
		grid-template-columns: 1fr;
		gap: 0.55rem;
	}

	.support-bank-value-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.support-copy-btn {
		width: 100%;
	}
}