.botta-csr-page {
	--botta-csr-bg: #fbfaf5;
	--botta-csr-ink: #10200f;
	--botta-csr-copy: #596555;
	--botta-csr-line: rgba(16, 32, 15, 0.12);
	background: var(--botta-csr-bg);
	color: var(--botta-csr-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	min-height: 100vh;
	padding-top: 96px;
}

.botta-csr-page a {
	color: inherit;
	text-decoration: none;
}

.botta-csr-page .botta-fh-nav-cta,
.botta-csr-page .botta-fh-button,
.botta-csr-page .botta-fh-button:visited,
.botta-csr-page .botta-fh-nav-cta:visited {
	color: #fff;
}

.botta-csr-page .botta-fh-nav-cta:hover,
.botta-csr-page .botta-fh-nav-cta:focus-visible,
.botta-csr-page .botta-fh-button:hover,
.botta-csr-page .botta-fh-button:focus-visible {
	color: #091306;
	background: #fcfcf7;
	border-color: #091306;
}

.botta-csr-page__inner {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 0 0 110px;
}

.botta-csr-page .botta-fh-footer {
	width: min(calc(100% - 48px), 1240px);
	min-height: 0;
	padding-bottom: 56px;
}

.botta-csr-page__inner > * + * {
	margin-top: 52px;
}

.botta-csr-hero__image {
	overflow: hidden;
	border-radius: 28px;
}

.botta-csr-hero__image img {
	display: block;
	width: 100%;
	height: 352px;
	object-fit: cover;
}

.botta-csr-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
	margin-top: 34px;
}

.botta-csr-hero__headline h1,
.botta-csr-section__body h2,
.botta-csr-cta h2 {
	margin: 0;
	color: var(--botta-csr-ink);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.botta-csr-hero__headline h1 {
	font-size: clamp(40px, 4vw, 62px);
	line-height: 0.96;
}

.botta-csr-hero__copy p,
.botta-csr-section__body p,
.botta-csr-section__body li {
	margin: 0;
	color: var(--botta-csr-copy);
	font-size: 14px;
	line-height: 1.56;
}

.botta-csr-sections {
	display: grid;
	gap: 34px;
}

.botta-csr-section {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding-top: 4px;
}

.botta-csr-section__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #f1efe8;
	color: var(--botta-csr-ink);
}

.botta-csr-section__icon svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.botta-csr-section__body {
	display: grid;
	gap: 10px;
}

.botta-csr-section__body h2 {
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1;
}

.botta-csr-section__body ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 4px;
}

.botta-csr-cta {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding-top: 22px;
	text-align: center;
}

.botta-csr-cta__eyebrow {
	margin: 0;
	color: #6d7768;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.botta-csr-cta h2 {
	font-size: clamp(30px, 3vw, 40px);
}

.botta-csr-cta__button {
	min-width: 260px;
}

@media (max-width: 1000px) {
	.botta-csr-hero__content {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 767px) {
	.botta-csr-page {
		padding-top: 84px;
	}

	.botta-csr-page__inner,
	.botta-csr-page .botta-fh-footer {
		width: min(calc(100% - 28px), 1240px);
	}

	.botta-csr-page__inner {
		padding: 0 0 48px;
	}

	.botta-csr-page__inner > * + * {
		margin-top: 38px;
	}

	.botta-csr-hero__image img {
		height: 220px;
	}

	.botta-csr-section {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 14px;
	}
}
