body.usa-landing .usa-hero {
	position: relative;
	isolation: isolate;
	padding: 50px 0;
}

body.usa-landing .usa-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	animation: usaHeroGlowEnter 1s ease-out both;
}

@keyframes usaHeroGlowEnter {
	0% {
		opacity: 0;
		transform: translateY(-24px) scale(1.1);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}



body.usa-landing .usa-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
}

body.usa-landing .usa-hero__content,
body.usa-landing .usa-trader-showcase,
body.usa-landing .usa-launch-card {
	min-width: 0;
}

body.usa-landing .usa-hero__pill {
	margin: 0 0 18px;
	gap: 10px;
}

body.usa-landing .usa-hero__pill-dot {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #f3981f;
}

body.usa-landing .usa-hero__title {
	max-width: 612px;
}

body.usa-landing .usa-hero__title-accent {
	margin-top: 2px;
}

body.usa-landing .usa-hero__description {
	max-width: 611px;
	margin: 16px 0 0;
}

body.usa-landing .usa-hero__cta-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
	margin-top: 32px;
}

body.usa-landing .usa-hero__primary-cta {
	min-width: 370px;
}

body.usa-landing .usa-hero__secondary-cta {
	min-width: 172px;
}

body.usa-landing .usa-trader-showcase {
	padding-top: 4px;
	min-width: 0;
}

body.usa-landing .usa-trader-showcase .usa-trader-slider {
	width: min(100%, 527px);
	margin-left: auto;
}

body.usa-landing .usa-launch-card {
	margin-top: 50px;
	width: 100%;
	max-width: 100%;
	padding: 24px 30px;
	border: 1px solid rgba(255, 122, 0, 0.1);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(20, 19, 19, 0.2) 0%, rgba(20, 19, 19, 0.4) 11%, #2b1f16 100%);
}

body.usa-landing .usa-launch-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

body.usa-landing .usa-launch-card__flags-pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 20px;
	border-radius: 999px;
	border: 1px solid #1d1c1d;
	background: #0a0a0b;
}

body.usa-landing .usa-launch-card__flags {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 18px;
	color: #f5f0e6;
}

body.usa-landing .usa-launch-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	flex: 0 0 auto;
	padding: 0 10px;
}

body.usa-landing .usa-launch-card__arrow svg {
	display: block;
	width: 17px;
	height: 15px;
}

body.usa-landing .usa-launch-card__flag-target {
	font-size: 22px;
	text-shadow: 0 2px 10px rgba(243, 152, 31, 0.6);
}

body.usa-landing .usa-launch-card__tag {
	gap: 8px;
}

body.usa-landing .usa-launch-card__pulse {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #f3981f;
}

body.usa-landing .usa-launch-card__title {
	margin: 0;
	color: #f5f0e6;
	font-size: 28px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

body.usa-landing .usa-launch-card__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px !important;
	line-height: 1.2 !important;
}

body.usa-landing .usa-launch-card__text .usa-launch-card__text-strong {
	color: #f5f0e6;
	font-weight: 600;
}

@media (max-width: 1239px) {
	body.usa-landing .usa-hero::before {
		background:
			radial-gradient(ellipse 360px 130px at calc(50% - 450px + 120px) 360px, rgba(243, 152, 31, 0.1), transparent 90%),
			radial-gradient(ellipse 620px 420px at calc(50% + 120px) 720px, rgba(243, 152, 31, 0.1), transparent 90%);
	}

	body.usa-landing .usa-hero__grid {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 40px;
	}

	body.usa-landing .usa-hero__content,
	body.usa-landing .usa-trader-showcase {
		width: 100%;
		max-width: 900px;
	}

	body.usa-landing .usa-trader-showcase {
		display: flex;
		justify-content: center;
	}

	body.usa-landing .usa-trader-showcase .usa-trader-slider {
		margin-inline: auto;
	}
}

@media (min-width: 1240px) {
	body.usa-landing .usa-hero__grid {
		grid-template-columns: 620px 1fr;
		justify-content: space-between;
		align-items: center;
		gap: 50px;
	}

	body.usa-landing .usa-hero::before {
		background:
			radial-gradient(ellipse 400px 150px at calc(50% - 600px + 100px) 400px, rgba(243, 152, 31, 0.1), transparent 90%),
			radial-gradient(ellipse 900px 600px at calc(50% - 600px + 1260px) 200px, rgba(243, 152, 31, 0.1), transparent 90%);
	}
}

@media (max-width: 767px) {
	body.usa-landing .usa-hero::before {
		animation-duration: 0.9s;
		background:
			radial-gradient(ellipse 400px 110px at 30% 350px, rgba(243, 152, 31, 0.1), transparent 90%),
			radial-gradient(ellipse 500px 260px at 45% 850px, rgba(243, 152, 31, 0.1), transparent 90%);
	}

	body.usa-landing .usa-hero {
		padding: 30px 0;
	}

	body.usa-landing .usa-hero__title {
		font-size: 56px;
	}

	body.usa-landing .usa-hero__description,
	body.usa-landing .usa-launch-card__text {
		font-size: 16px;
	}

	body.usa-landing .usa-hero__cta-row {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
	}

	body.usa-landing .usa-hero__primary-cta,
	body.usa-landing .usa-hero__secondary-cta {
		width: 100%;
		min-width: 0;
	}

	body.usa-landing .usa-launch-card {
		padding: 20px;
		border-radius: 20px;
	}

	body.usa-landing .usa-launch-card__title {
		font-size: 18px;
		line-height: 1.1;
	}

	body.usa-landing .usa-launch-card__tag {
		font-size: 10px;
	}

	body.usa-landing .usa-launch-card__text {
		font-size: 14px !important;
		line-height: 1.2 !important;
	}

	body.usa-landing .usa-hero__title,
	body.usa-landing .usa-hero__description,
	body.usa-landing .usa-launch-card {
		max-width: none;
	}

	body.usa-landing .usa-launch-card__flags {
		gap: 12px;
		font-size: 16px;
	}

	body.usa-landing .usa-launch-card__head {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}
}
