.botta-services-page {
	background: #fcfcf7;
	color: #10200f;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.botta-services-page__elementor .elementor-widget-botta-services-section {
	margin-bottom: 0;
}

.botta-services-page--elementor-section {
	background: transparent;
	min-height: 0;
}

.botta-services-page--elementor-section .botta-services-page__inner {
	width: min(calc(100% - 48px), 1264px);
	margin: 0 auto;
	padding: 0;
}

.botta-services-page__inner {
	width: min(calc(100% - 48px), 1264px);
	margin: 0 auto;
	padding: 112px 0 92px;
}

.botta-services-page__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 36px;
}

.botta-services-page__hero h1,
.botta-services-tools__head h2 {
	margin: 0;
	color: #10200f;
	font-size: clamp(42px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.02;
}

.botta-services-page__hero > p,
.botta-services-tools__head > p {
	max-width: 420px;
	margin: 8px 0 0;
	color: #4b5a49;
	font-size: 14px;
	line-height: 1.5;
}

.botta-services-page__eyebrow {
	margin: 0 0 10px;
	color: #6d7d67;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.botta-services-page__eyebrow--light {
	color: rgba(255, 255, 255, 0.78);
}

.botta-services-page__services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 48px;
	border-radius: 25px;
	background: var(--Grey---50, #FCFCF7);
}

.botta-services-card {
	display: grid;
	grid-template-columns: 164px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid #e6ebdf;
	border-radius: 28px;
	background: #fffdf8;
	box-shadow: 0 1px 3px rgba(17, 24, 17, 0.08);
}

.botta-services-card__media {
	height: 136px;
	border-radius: 20px;
	overflow: hidden;
	background: #e6ece2;
}

.botta-services-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.botta-services-card__content {
	border-radius: 25px;
	background: var(--Grey---50, #FCFCF7);
}

.botta-services-card__content h2 {
	margin: 0 0 8px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.04;
}

.botta-services-card__content p {
	margin: 0 0 16px;
	color: #4b5a49;
	font-size: 14px;
	line-height: 1.55;
}

.botta-services-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: #10200f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.botta-services-card__cta:hover,
.botta-services-card__cta:focus-visible {
	background: #d3fa99;
	color: #10200f;
}

.botta-services-tools {
	padding: 28px 24px 24px;
	border-radius: 28px;
	background: linear-gradient(180deg, #0d1b0c 0%, #13240f 100%);
	color: #fff;
}

.botta-services-tools__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.botta-services-tools__head h2 {
	color: #fff;
	font-size: clamp(34px, 3.2vw, 42px);
}

.botta-services-tools__head > p {
	color: rgba(255, 255, 255, 0.72);
}

.botta-services-tools__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.botta-calculator-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: 22px;
	background: #f5f4ee;
	color: #10200f;
	overflow: hidden;
}

.botta-calculator-card__image {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.botta-calculator-card__body {
	display: grid;
	flex: 1 1 auto;
	align-content: start;
	gap: 12px;
	padding: 18px;
}

.botta-calculator-card__body h3 {
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.04;
}

.botta-calculator-card__body > p {
	margin: 0;
	color: #4b5a49;
	font-size: 14px;
	line-height: 1.5;
}

.botta-calculator-form {
	display: grid;
	gap: 12px;
}

.botta-calculator-form__split {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.botta-calculator-form__split--contacts {
	grid-template-columns: 1fr;
}

.botta-calculator-contact {
	display: grid;
	gap: 10px;
}

.botta-calculator-contact h4,
.botta-calculator-card__result h4,
.botta-calculator-card__result h5 {
	margin: 0;
	color: #10200f;
	font-weight: 600;
	line-height: 1.2;
}

.botta-calculator-contact h4,
.botta-calculator-card__result h4 {
	font-size: 18px;
}

.botta-calculator-card__result h5 {
	font-size: 16px;
}

.botta-calculator-form label {
	display: grid;
	gap: 6px;
}

.botta-calculator-form label span {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.botta-calculator-form input,
.botta-calculator-form select {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #dde5d7;
	border-radius: 10px;
	background: #fff;
	color: #243222;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	box-shadow: none;
}

.botta-calculator-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #6d7d67 50%), linear-gradient(135deg, #6d7d67 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 34px;
}

.botta-calculator-form input:focus,
.botta-calculator-form select:focus {
	border-color: #10200f;
	outline: none;
}

.botta-calculator-card__result {
	display: grid;
	gap: 14px;
	padding: 0;
	background: transparent;
	color: #243222;
	font-size: 14px;
	line-height: 1.5;
}

.botta-calculator-card__result[hidden] {
	display: none !important;
}

.botta-calculator-card__result--lca {
	justify-items: center;
	text-align: center;
}

.botta-calculator-card__impact {
	display: grid;
	place-items: center;
	width: clamp(196px, 20vw, 244px);
	aspect-ratio: 1;
	padding: 26px;
	border-radius: 999px;
	background: #d3fa99;
	color: #091306;
	text-align: center;
}

.botta-calculator-card__impact strong {
	display: block;
	max-width: 100%;
	font-size: clamp(34px, 4.4vw, 72px);
	font-weight: 700;
	line-height: 0.92;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	font-variant-numeric: tabular-nums;
}

.botta-calculator-card__impact span {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
}

.botta-calculator-card__result-layout {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 18px;
	padding: 20px 18px;
	border: 1px solid #e1e6dd;
	border-radius: 18px;
	background: #fff;
}

.botta-calculator-card__result-media {
	align-self: center;
}

.botta-calculator-card__result-media img {
	display: block;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.botta-calculator-card__result-copy {
	display: grid;
	gap: 8px;
}

.botta-calculator-card__result-meta,
.botta-calculator-card__result-list {
	margin: 0;
	padding-left: 18px;
}

.botta-calculator-card__result-meta li,
.botta-calculator-card__result-list li {
	margin: 0;
}

.botta-calculator-card__result-meta li + li,
.botta-calculator-card__result-list li + li {
	margin-top: 4px;
}

.botta-calculator-card__note {
	margin: 0;
	color: #5e6f5b;
	font-size: 12px;
	line-height: 1.5;
}

.botta-calculator-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: auto;
	border: 0;
	border-radius: 999px;
	background: #10200f;
	color: #fff;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.botta-calculator-card__button:hover,
.botta-calculator-card__button:focus-visible {
	background: #d3fa99;
	color: #10200f;
}

.botta-calculator-card__button--secondary {
	background: #091306;
}

@media (max-width: 1100px) {
	.botta-services-card__content h2,
	.botta-calculator-card__body h3 {
		font-size: 26px;
	}
}

@media (max-width: 920px) {
	.botta-services-page__hero,
	.botta-services-tools__head,
	.botta-services-page__services,
	.botta-services-tools__grid {
		grid-template-columns: 1fr;
		display: grid;
	}

	.botta-services-page__hero,
	.botta-services-tools__head {
		gap: 14px;
	}

	.botta-services-page__hero > p,
	.botta-services-tools__head > p {
		max-width: none;
	}

	.botta-services-card {
		grid-template-columns: 132px minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.botta-services-page__inner {
		width: min(calc(100% - 24px), 1264px);
		padding: 116px 0 64px;
	}

	.botta-services-page--elementor-section .botta-services-page__inner {
		width: min(calc(100% - 24px), 1264px);
		padding: 0;
	}

	.botta-services-card {
		grid-template-columns: 1fr;
	}

	.botta-services-card__media {
		height: 180px;
	}

	.botta-services-tools {
		padding: 18px 14px 14px;
		border-radius: 24px;
	}

	.botta-calculator-card__image {
		height: 156px;
	}

	.botta-calculator-card__body {
		padding: 16px 14px;
	}

	.botta-calculator-form__split {
		grid-template-columns: 1fr;
	}

	.botta-calculator-card__result-layout {
		grid-template-columns: 1fr;
	}

	.botta-calculator-card__result-media {
		max-width: 168px;
	}
}
