.botta-beyond-page {
	--botta-beyond-bg: #fbfaf5;
	--botta-beyond-ink: #10200f;
	--botta-beyond-copy: #596555;
	background: var(--botta-beyond-bg);
	color: var(--botta-beyond-ink);
	min-height: 100vh;
	padding-top: 96px;
}

.botta-beyond-page a {
	color: inherit;
	text-decoration: none;
}

.botta-beyond-page .botta-fh-nav-cta,
.botta-beyond-page .botta-fh-button,
.botta-beyond-page .botta-fh-button:visited,
.botta-beyond-page .botta-fh-nav-cta:visited {
	color: #fff;
}

.botta-beyond-page .botta-fh-nav-cta:hover,
.botta-beyond-page .botta-fh-nav-cta:focus-visible,
.botta-beyond-page .botta-fh-button:hover,
.botta-beyond-page .botta-fh-button:focus-visible {
	color: #091306;
	background: #fcfcf7;
	border-color: #091306;
}

.botta-beyond-page__inner {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 0 0 110px;
}

.botta-beyond-page .botta-fh-footer {
	width: min(calc(100% - 48px), 1240px);
	min-height: 0;
	padding-bottom: 56px;
}

.botta-beyond-hero,
.botta-beyond-goals,
.botta-beyond-cta {
	margin-top: 72px;
}

.botta-beyond-hero {
	margin-top: 30px;
}

.botta-beyond-hero__image {
	overflow: hidden;
	border-radius: 28px;
}

.botta-beyond-hero__image img {
	display: block;
	width: 100%;
	height: 396px;
	object-fit: cover;
	object-position: center;
}

.botta-beyond-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	margin-top: 42px;
}

.botta-beyond-hero__headline h1,
.botta-beyond-cta h2 {
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.botta-beyond-hero__headline h1 {
	font-size: clamp(40px, 4vw, 62px);
	line-height: 0.96;
}

.botta-beyond-hero__copy p,
.botta-beyond-goal-card li {
	margin: 0;
	color: var(--botta-beyond-copy);
	font-size: 14px;
	line-height: 1.56;
}

.botta-beyond-goals__grid {
	display: inline-grid;
	grid-template-rows: repeat(3, fit-content(100%));
	grid-template-columns: repeat(2, fit-content(100%));
	row-gap: 96px;
	column-gap: 240px;
	justify-content: center;
	width: 100%;
}

.botta-beyond-goal-card {
	display: inline-grid;
	grid-template-columns: fit-content(100%);
	grid-template-rows: auto auto;
	row-gap: 20px;
	justify-items: center;
	align-items: start;
	max-width: 340px;
}

.botta-beyond-goal-card__badge {
	display: flex;
	justify-content: center;
	width: 100%;
}

.botta-beyond-goal-card__badge img {
	display: block;
	width: 112px;
	height: 112px;
	object-fit: contain;
}

.botta-beyond-goal-card ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 6px;
	width: 100%;
}

.botta-beyond-cta {
	display: flex;
	padding: 80px 356px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
	text-align: center;
}

.botta-beyond-cta__eyebrow {
	margin: 0;
	color: #6d7768;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.botta-beyond-cta h2 {
	font-size: clamp(30px, 3vw, 40px);
}

.botta-beyond-cta__button {
	min-width: 260px;
	background: #091306;
	border: 1px solid #091306;
	color: #fff !important;
}

.botta-beyond-cta__button:hover,
.botta-beyond-cta__button:focus-visible {
	background: transparent;
	border-color: #091306;
	color: #091306 !important;
}

@media (max-width: 1000px) {
	.botta-beyond-hero__content,
	.botta-beyond-goals__grid {
		grid-template-columns: 1fr;
	}

	.botta-beyond-goals__grid {
		display: grid;
		row-gap: 48px;
		column-gap: 0;
		justify-items: center;
	}

	.botta-beyond-cta {
		padding: 72px 120px;
	}
}

@media (max-width: 767px) {
	.botta-beyond-page {
		padding-top: 84px;
	}

	.botta-beyond-page__inner,
	.botta-beyond-page .botta-fh-footer {
		width: min(calc(100% - 28px), 1240px);
	}

	.botta-beyond-page__inner {
		padding: 0 0 48px;
	}

	.botta-beyond-hero,
	.botta-beyond-goals,
	.botta-beyond-cta {
		margin-top: 48px;
	}

	.botta-beyond-hero {
		margin-top: 22px;
	}

	.botta-beyond-hero__image img {
		height: 240px;
	}

	.botta-beyond-goal-card {
		gap: 14px;
		width: min(100%, 340px);
		justify-self: center;
	}

	.botta-beyond-goal-card__badge img {
		width: 96px;
		height: 96px;
	}

	.botta-beyond-cta {
		padding: 48px 0;
		gap: 16px;
	}
}
