.twoUfi-hero {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Badge */
.twoUfi-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 9999px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 20px;
	margin-bottom: 32px;
}

/* Heading */
.twoUfi-hero__heading {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #091C30;
	margin: 0 0 32px;
	text-wrap: balance;
}

@media (min-width: 768px) {
	.twoUfi-hero__heading {
		font-size: 96px;
	}
}

/* Description */
.twoUfi-hero__desc {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	color: rgba(9, 28, 48, 0.7);
	max-width: 768px;
	margin: 0 auto 40px !important;
	margin-bottom: 40px !important;
}

@media (min-width: 768px) {
	.twoUfi-hero__desc {
		font-size: 24px;
	}
}

/* Buttons */
.twoUfi-hero__buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: stretch; /* changed from center */
	width: 100%;
}

@media (min-width: 951px) {
	.twoUfi-hero__buttons {
		flex-direction: row;
		justify-content: center;
		width: auto;
		height: 50px;
	}
}

/* ---- Left alignment ---- */
.twoUfi-hero--align-left {
	text-align: left;
	align-items: flex-start;
}

.twoUfi-hero--align-left .twoUfi-hero__desc {
	margin-left: 0;
}

@media (min-width: 640px) {
	.twoUfi-hero--align-left .twoUfi-hero__buttons {
		justify-content: flex-start;
	}
}

/* ---- Right alignment ---- */
.twoUfi-hero--align-right {
	text-align: right;
	align-items: flex-end;
}

.twoUfi-hero--align-right .twoUfi-hero__desc {
	margin-right: 0;
}

@media (min-width: 640px) {
	.twoUfi-hero--align-right .twoUfi-hero__buttons {
		justify-content: flex-end;
	}
}

/* ---- Subpage variant ---- */
.twoUfi-hero--subpage {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.twoUfi-hero--subpage .twoUfi-hero__heading {
	font-size: 40px;
}

@media (min-width: 768px) {
	.twoUfi-hero--subpage .twoUfi-hero__heading {
		font-size: 72px;
	}
}

.twoUfi-hero--subpage .twoUfi-hero__desc {
	font-size: 20px;
	max-width: 640px;
}

@media (min-width: 768px) {
	.twoUfi-hero--subpage .twoUfi-hero__desc {
		font-size: 20px;
	}
}
